mirror of
https://github.com/suikan4github/kaiten-yaki.git
synced 2025-12-20 18:41:17 -03:00
Deleted unnessary exit and add unmount
This commit is contained in:
parent
4fae6c75e1
commit
9c0e4f47fa
1 changed files with 4 additions and 1 deletions
|
|
@ -342,9 +342,12 @@ echo "...Upadte initramfs."
|
|||
update-initramfs -uk all
|
||||
|
||||
# Leave chroot
|
||||
exit
|
||||
HEREDOC
|
||||
|
||||
# Unmount all
|
||||
echo "...Unmount all."
|
||||
umount -R /mnt/target
|
||||
|
||||
# Finishing message
|
||||
cat <<HEREDOC
|
||||
****************** Post-install process finished ******************
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue