Fixes to file copying. Added more files to hopefully get sound working.

This commit is contained in:
Storm Dragon
2021-06-22 01:23:57 -04:00
parent b975e3bc43
commit eae763788c
3 changed files with 82 additions and 0 deletions

View File

@ -177,7 +177,9 @@ systemctl enable cronie.service fenrirscreenreader.service
EOF
# Copy override files into place.
cp -rv ../files/boot/* /mnt/boot
cp -rv ../files/etc/* /mnt/etc
cp -rv ../files/var/* /mnt/var
# Exiting calls the cleanup function to unmount.
exit 0