mirror of https://github.com/ventoy/Ventoy.git
persistence support for ArchLinux series (Arch/ArchMan/ArchBang/ArchLabs/BlackArch...)
This commit is contained in:
parent
8ebe972f6e
commit
ffc915ca53
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue