mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-01-26 22:23:21 -05:00
Fix the long delay for Tails
This commit is contained in:
parent
d6eba15d71
commit
1b5aa9c61d
@ -23,6 +23,11 @@ $SED "s#.*livefs_root=.*find_livefs.*#$BUSYBOX_PATH/mount -t iso9660 /dev/mapper
|
|||||||
if [ -e /init ] && $GREP -q '^mountroot$' /init; then
|
if [ -e /init ] && $GREP -q '^mountroot$' /init; then
|
||||||
echo "Here before mountroot ..." >> $VTLOG
|
echo "Here before mountroot ..." >> $VTLOG
|
||||||
$SED "/^mountroot$/i\\$BUSYBOX_PATH/sh $VTOY_PATH/hook/debian/disk_mount_hook.sh" -i /init
|
$SED "/^mountroot$/i\\$BUSYBOX_PATH/sh $VTOY_PATH/hook/debian/disk_mount_hook.sh" -i /init
|
||||||
|
|
||||||
|
if [ -f /scripts/init-premount/partitioning ]; then
|
||||||
|
$SED "1aexit 0" -i /scripts/init-premount/partitioning
|
||||||
|
fi
|
||||||
|
|
||||||
else
|
else
|
||||||
echo "Use default hook ..." >> $VTLOG
|
echo "Use default hook ..." >> $VTLOG
|
||||||
ventoy_systemd_udevd_work_around
|
ventoy_systemd_udevd_work_around
|
||||||
|
Loading…
x
Reference in New Issue
Block a user