Fixe the boot issue for Fedora when VTOY_LINUX_REMOUNT=1

This commit is contained in:
longpanda
2022-04-16 22:17:23 +08:00
parent 1882cfcce2
commit 682e8cdc42
3 changed files with 18 additions and 8 deletions

View File

@@ -19,6 +19,10 @@
. /ventoy/hook/ventoy-hook-lib.sh
if [ ! -e /dev/dm-0 ]; then
exit 0
fi
if ! [ -e /dev/mapper/ventoy ]; then
vtlog "link to /dev/mapper/ventoy"
ln -s /dev/dm-0 /dev/mapper/ventoy