More verbose setup finish

This commit is contained in:
Fierelier 2022-09-21 11:40:20 +02:00
parent c63ea088fb
commit f5b41742ea

View File

@ -123,7 +123,8 @@ while true; do
umount -l "/media/install"
rmdir "/media/install"
echo Done.
echo ""
echo Success. Press ENTER to quit setup.
read
)
if [ "$?" != "0" ]; then
@ -131,7 +132,8 @@ while true; do
swapoff "/media/install/swap"
umount -l "/media/install/efi"
umount -l "/media/install"
echo An error occured.
echo ""
echo An error occured. Press ENTER to quit setup.
read
fi
fi