mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-01-27 06:33:23 -05:00
Fix the long delay for Tails
This commit is contained in:
parent
1b5aa9c61d
commit
7c1370dcb0
@ -24,8 +24,8 @@ 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
|
if [ -f /scripts/init-premount/ORDER ]; then
|
||||||
$SED "1aexit 0" -i /scripts/init-premount/partitioning
|
$SED "/\/scripts\/init-premount\/partitioning/,+1d" -i /scripts/init-premount/ORDER
|
||||||
fi
|
fi
|
||||||
|
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user