Fix the issue (introduced in 1.1.06) that the Ventoy ISO partition cannot be mounted after boot linux distro.

This commit is contained in:
longpanda
2025-08-18 23:19:00 +08:00
parent 67d7091255
commit 3c05d55b8a
27 changed files with 81 additions and 0 deletions

View File

@@ -36,3 +36,6 @@ blkdev_num=$($VTOY_PATH/tool/dmsetup ls | grep ventoy | sed 's/.*(\([0-9][0-9]*\
mknod -m 0660 /dev/ventoy b $blkdev_num
PATH=$VTPATH_OLD
set_ventoy_hook_finish