Update the configure-stormux stub to use the audible prompt.

This commit is contained in:
Storm Dragon
2023-08-19 10:37:02 -04:00
parent 340ebb5861
commit cea6ad9988
2 changed files with 7 additions and 4 deletions

View File

@ -275,7 +275,8 @@ cp -rv ../files/boot/* /mnt/boot
cp -rv ../files/etc/* /mnt/etc
cp -rv ../files/var/* /mnt/var
cp -rv ../files/usr/* /mnt/usr
cp -rv ../files/etc/skel/{.,}* /mnt/home/stormux/
cp -rv ../files/etc/skel/.* /mnt/home/stormux/
cp -rv ../files/etc/skel/* /mnt/home/stormux/
# Exiting calls the cleanup function to unmount.
exit 0