Skip to content

Commit

Permalink
persistence support for ArchLinux series (Arch/ArchMan/ArchBang/ArchL…
Browse files Browse the repository at this point in the history
…abs/BlackArch...)
  • Loading branch information
ventoy committed Apr 4, 2021
1 parent 8ebe972 commit ffc915c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions IMG/cpio/ventoy/hook/arch/ventoy-hook.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ffc915c

Please sign in to comment.