X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/blobdiff_plain/fb7008f49a85493e34daadf21710a1db3a9c74f7..fc5cd0a00a6745d7a8ce31bfadd76e8d064e18a1:/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 2500810..4058840 100644 --- a/IMG/cpio/ventoy/hook/rhel7/ventoy-inotifyd-hook.sh +++ b/IMG/cpio/ventoy/hook/rhel7/ventoy-inotifyd-hook.sh @@ -46,7 +46,9 @@ if is_inotify_ventoy_part $3; then vtRhel8Ver=$($SED "s#.*8\.\([0-9]*\).*#\1#" /etc/system-release) if [ $vtRhel8Ver -ge 3 ]; then vtReplaceOpt="" - fi + elif $GREP -q "Stream" /etc/system-release; then + vtReplaceOpt="" + fi fi $BUSYBOX_PATH/sh $VTOY_PATH/hook/default/udev_disk_hook.sh $3 $vtReplaceOpt