persistence support for ArchLinux series (Arch/ArchMan/ArchBang/ArchLabs/BlackArch...)

This commit is contained in:
longpanda 2021-04-04 22:25:26 +08:00
parent 8ebe972f6e
commit ffc915ca53

View file

@ -61,3 +61,7 @@ else
ventoy_add_udev_rule "$VTOY_PATH/hook/default/udev_disk_hook.sh %k"
fi
if [ -f $VTOY_PATH/ventoy_persistent_map ]; then
$SED "1 aexport cow_label=vtoycow" -i /init
fi