diff --git a/IMG/cpio/ventoy/hook/arch/ventoy-hook.sh b/IMG/cpio/ventoy/hook/arch/ventoy-hook.sh index 5428e5e0..be5a9855 100644 --- a/IMG/cpio/ventoy/hook/arch/ventoy-hook.sh +++ b/IMG/cpio/ventoy/hook/arch/ventoy-hook.sh @@ -67,4 +67,5 @@ fi if [ -f $VTOY_PATH/ventoy_persistent_map ]; then $SED "1 aexport cow_label=vtoycow" -i /init + $SED "/parse.*cmdline/aecho cow_label=vtoycow>>/tmp/cmdline" -i /init fi