More verbose setup finish
This commit is contained in:
parent
c63ea088fb
commit
f5b41742ea
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user