mirror of https://github.com/ventoy/Ventoy.git
Support latest CentOS Stream 8 distro. (#799)
This commit is contained in:
parent
291e0a3a38
commit
33cc1e271a
|
@ -46,7 +46,9 @@ if is_inotify_ventoy_part $3; then
|
||||||
vtRhel8Ver=$($SED "s#.*8\.\([0-9]*\).*#\1#" /etc/system-release)
|
vtRhel8Ver=$($SED "s#.*8\.\([0-9]*\).*#\1#" /etc/system-release)
|
||||||
if [ $vtRhel8Ver -ge 3 ]; then
|
if [ $vtRhel8Ver -ge 3 ]; then
|
||||||
vtReplaceOpt=""
|
vtReplaceOpt=""
|
||||||
fi
|
elif $GREP -q "Stream" /etc/system-release; then
|
||||||
|
vtReplaceOpt=""
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
$BUSYBOX_PATH/sh $VTOY_PATH/hook/default/udev_disk_hook.sh $3 $vtReplaceOpt
|
$BUSYBOX_PATH/sh $VTOY_PATH/hook/default/udev_disk_hook.sh $3 $vtReplaceOpt
|
||||||
|
|
Loading…
Reference in New Issue