From a20ee878dfd709b0496e4faab72e43f6fd1daef3 Mon Sep 17 00:00:00 2001 From: longpanda Date: Fri, 12 Dec 2025 11:49:57 +0800 Subject: [PATCH] Fix the issue that persistence plugin does not work for Arch Linux (#3407) --- IMG/cpio/ventoy/hook/arch/ventoy-hook.sh | 1 + 1 file changed, 1 insertion(+) 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