mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-12-14 15:56:18 +00:00
Fix the boot issue with Kylin Server V11. (#3369)
This commit is contained in:
@@ -373,6 +373,13 @@ ventoy_get_os_type() {
|
||||
echo 'openEuler'; return
|
||||
fi
|
||||
fi
|
||||
if [ -f /etc/kylin-release ]; then
|
||||
if $GREP -i -q -m1 'Kylin.*Server.* V11 ' /etc/kylin-release; then
|
||||
echo 'openEuler'; return
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
|
||||
if $GREP -q 'chimera' /proc/version; then
|
||||
echo 'chimera'; return
|
||||
|
||||
Reference in New Issue
Block a user