"vscode:/vscode.git/clone" did not exist on "fce2a1863ed22032a9c552865a72abd2e22d64d8"
Commit 7c1370dc authored by longpanda's avatar longpanda
Browse files

Fix the long delay for Tails

parent 1b5aa9c6
......@@ -24,8 +24,8 @@ if [ -e /init ] && $GREP -q '^mountroot$' /init; then
echo "Here before mountroot ..." >> $VTLOG
$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
if [ -f /scripts/init-premount/ORDER ]; then
$SED "/\/scripts\/init-premount\/partitioning/,+1d" -i /scripts/init-premount/ORDER
fi
else
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment