mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-04-14 00:10:25 -04:00
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"
|
ventoy_add_udev_rule "$VTOY_PATH/hook/default/udev_disk_hook.sh %k"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ -f $VTOY_PATH/ventoy_persistent_map ]; then
|
||||||
|
$SED "1 aexport cow_label=vtoycow" -i /init
|
||||||
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user