1.0.11 release

This commit is contained in:
longpanda
2020-05-23 21:19:26 +08:00
parent f0d59949e5
commit ef40780f20
17 changed files with 844 additions and 19 deletions

View File

@@ -25,5 +25,9 @@ fi
$SED -i "/_search_for_boot_device_/a\ $BUSYBOX_PATH/sh $VTOY_PATH/hook/debian/antix-disk.sh" /init
if [ -f $VTOY_PATH/ventoy_persistent_map ]; then
$SED 's#for param in $cmdline#for param in persist_all $cmdline#g' -i /init
fi
# for debug
#$SED -i "/^linuxfs_error/a\exec $VTOY_PATH/busybox/sh" /init

View File

@@ -50,6 +50,3 @@ if [ -f $VTOY_PATH/autoinstall ]; then
fi
fi

View File

@@ -118,5 +118,6 @@ else
fi
fi
# OK finish
set_ventoy_hook_finish