Commit f71a1fcc authored by longpanda's avatar longpanda
Browse files

misc update

parent e252fab9
...@@ -87,7 +87,7 @@ $BUSYBOX_PATH/cp -a $VTOY_PATH/hook/rhel7/ventoy-timeout.sh /lib/dracut/hooks/in ...@@ -87,7 +87,7 @@ $BUSYBOX_PATH/cp -a $VTOY_PATH/hook/rhel7/ventoy-timeout.sh /lib/dracut/hooks/in
vtNeedRepo= vtNeedRepo=
if [ -f /etc/system-release ]; then 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" vtNeedRepo="yes"
fi fi
fi fi
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment