From 33cc1e271a264aad4de9be0ca1bdf36aac165211 Mon Sep 17 00:00:00 2001 From: longpanda Date: Thu, 18 Mar 2021 12:27:21 +0800 Subject: [PATCH] Support latest CentOS Stream 8 distro. (#799) --- IMG/cpio/ventoy/hook/rhel7/ventoy-inotifyd-hook.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/IMG/cpio/ventoy/hook/rhel7/ventoy-inotifyd-hook.sh b/IMG/cpio/ventoy/hook/rhel7/ventoy-inotifyd-hook.sh index 25008109..4058840b 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