Copy files to usr.

This commit is contained in:
Storm Dragon 2021-10-26 12:04:35 -04:00
parent 04063438ae
commit 6b253c1456
1 changed files with 1 additions and 0 deletions

View File

@ -189,6 +189,7 @@ EOF
cp -rv ../files/boot/* /mnt/boot
cp -rv ../files/etc/* /mnt/etc
cp -rv ../files/var/* /mnt/var
cp -rv ../files/usr/* /mnt/usr
# Exiting calls the cleanup function to unmount.
exit 0