mirror of
https://github.com/suikan4github/kaiten-yaki.git
synced 2025-12-20 02:21: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
|
update-initramfs -uk all
|
||||||
|
|
||||||
# Leave chroot
|
# Leave chroot
|
||||||
exit
|
|
||||||
HEREDOC
|
HEREDOC
|
||||||
|
|
||||||
|
# Unmount all
|
||||||
|
echo "...Unmount all."
|
||||||
|
umount -R /mnt/target
|
||||||
|
|
||||||
# Finishing message
|
# Finishing message
|
||||||
cat <<HEREDOC
|
cat <<HEREDOC
|
||||||
****************** Post-install process finished ******************
|
****************** Post-install process finished ******************
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue