X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/blobdiff_plain/33cc1e271a264aad4de9be0ca1bdf36aac165211..fa7e1d5fa0007e5d1d634cc4e41fdfd3aa381a8e:/IMG/cpio/ventoy/hook/rhel7/ventoy-inotifyd-hook.sh diff --git a/IMG/cpio/ventoy/hook/rhel7/ventoy-inotifyd-hook.sh b/IMG/cpio/ventoy/hook/rhel7/ventoy-inotifyd-hook.sh index 4058840..4a2435e 100644 --- a/IMG/cpio/ventoy/hook/rhel7/ventoy-inotifyd-hook.sh +++ b/IMG/cpio/ventoy/hook/rhel7/ventoy-inotifyd-hook.sh @@ -41,14 +41,8 @@ if is_inotify_ventoy_part $3; then vtlog "find ventoy partition ..." vtReplaceOpt=noreplace - - if $GREP -q el8 /proc/version && [ -f /etc/system-release ]; then - vtRhel8Ver=$($SED "s#.*8\.\([0-9]*\).*#\1#" /etc/system-release) - if [ $vtRhel8Ver -ge 3 ]; then - vtReplaceOpt="" - elif $GREP -q "Stream" /etc/system-release; then - vtReplaceOpt="" - fi + if [ -f /lib/dracut/hooks/pre-pivot/99-ventoy-repo.sh ]; then + vtReplaceOpt="" fi $BUSYBOX_PATH/sh $VTOY_PATH/hook/default/udev_disk_hook.sh $3 $vtReplaceOpt