You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ventoy/IMG/cpio/ventoy/hook/slackware/ventoy-hook.sh

13 lines
323 B
Bash

#!/ventoy/busybox/sh
. $VTOY_PATH/hook/ventoy-os-lib.sh
if $GREP '^mediadetected=' /init; then
$SED "/^mediadetected=/i $BUSYBOX_PATH/sh $VTOY_PATH/hook/slackware/disk_hook.sh" -i /init
else
ventoy_systemd_udevd_work_around
ventoy_add_udev_rule "$VTOY_PATH/hook/slackware/udev_disk_hook.sh %k noreplace"
fi