Seperate firmware and configs

This commit is contained in:
Dorian Stoll 2019-09-17 23:58:50 +02:00 committed by Maximilian Luz
parent 77cf8159e1
commit 6f7679b00b
No known key found for this signature in database
GPG key ID: 70EC0937F6C26F02
36 changed files with 3 additions and 0 deletions

View file

@ -34,6 +34,9 @@ echo "\nContinuing setup...\n"
echo "Copying the config files under root to where they belong...\n"
for dir in $(ls root/); do cp -Rb root/$dir/* /$dir/; done
echo "Copying firmware files under root...\n"
cp -r firmware/* /lib/firmware/
echo "Making /lib/systemd/system-sleep/sleep executable...\n"
chmod a+x /lib/systemd/system-sleep/sleep