mirror of https://github.com/ventoy/Ventoy.git
Fix the media missing issue when boot UOS server ISO file.
This commit is contained in:
parent
f8811a4656
commit
7ff243f9bb
|
@ -377,6 +377,14 @@ ventoy_get_os_type() {
|
||||||
echo 'chimera'; return
|
echo 'chimera'; return
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
if $GREP -q '4.19.' /proc/version; then
|
||||||
|
if [ -d /lib/dracut/hooks ]; then
|
||||||
|
echo 'openEuler'; return
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
echo "default"
|
echo "default"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue