]> glassweightruler.freedombox.rocks Git - Ventoy.git/commitdiff
Support latest CentOS Stream 8 distro. (#799)
authorlongpanda <admin@ventoy.net>
Thu, 18 Mar 2021 04:27:21 +0000 (12:27 +0800)
committerlongpanda <admin@ventoy.net>
Thu, 18 Mar 2021 04:27:21 +0000 (12:27 +0800)
IMG/cpio/ventoy/hook/rhel7/ventoy-inotifyd-hook.sh

index 25008109f4ff1c826979df0dcc1d94a5e7db6a5f..4058840bdb3fd2eb21a5ea9351c5114420363396 100644 (file)
@@ -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