1.0.42 release

This commit is contained in:
longpanda
2021-04-27 18:22:10 +08:00
parent 042ca4b5e3
commit 7715bd705c
6 changed files with 55 additions and 56 deletions

View File

@@ -153,10 +153,9 @@ ventoy_get_os_type() {
echo 'rhel7'; return
elif $GREP -q 'openEuler' /etc/os-release; then
echo 'openEuler'; return
elif $GREP -q 'fuyu' /etc/os-release; then
elif $GREP -q 'fuyu' /etc/os-release; then
echo 'openEuler'; return
fi
fi
if $BUSYBOX_PATH/dmesg | $GREP -q -m1 "Xen:"; then

View File

@@ -198,7 +198,7 @@ ventoy_get_os_type() {
echo 'rhel7'; return
elif $GREP -q 'openEuler' /etc/os-release; then
echo 'openEuler'; return
elif $GREP -q 'fuyu' /etc/os-release; then
elif $GREP -q 'fuyu' /etc/os-release; then
echo 'openEuler'; return
fi
fi