Fix the bug when booting latest KaOS. (#1696)

This commit is contained in:
longpanda
2022-06-27 22:19:11 +08:00
parent 598af7f45c
commit aecc579fcc
2 changed files with 15 additions and 3 deletions

View File

@@ -49,9 +49,10 @@ ventoy_os_install_dmsetup_by_fuse() {
insmod $KoName
fi
umount $VTOY_PATH/mnt/squashfs
umount $VTOY_PATH/mnt/iso
umount $VTOY_PATH/mnt/fuse
ventoy_check_umount $VTOY_PATH/mnt/squashfs
ventoy_check_umount $VTOY_PATH/mnt/iso
ventoy_check_umount $VTOY_PATH/mnt/fuse
vtlog "umount done"
}