mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-01-13 16:03:25 -05:00
misc update
This commit is contained in:
parent
e252fab9a4
commit
f71a1fcce9
@ -87,7 +87,7 @@ $BUSYBOX_PATH/cp -a $VTOY_PATH/hook/rhel7/ventoy-timeout.sh /lib/dracut/hooks/in
|
||||
|
||||
vtNeedRepo=
|
||||
if [ -f /etc/system-release ]; then
|
||||
if $GREP -q 'RED OS' /etc/system-release ]; then
|
||||
if $GREP -q 'RED OS' /etc/system-release; then
|
||||
vtNeedRepo="yes"
|
||||
fi
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user