Skip to content

Commit af34df2

Browse files
committed
Fix the boot issue with Kylin Server V11. (#3369)
1 parent 68fd17d commit af34df2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

IMG/cpio/ventoy/ventoy_chain.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,13 @@ ventoy_get_os_type() {
373373
echo 'openEuler'; return
374374
fi
375375
fi
376+
if [ -f /etc/kylin-release ]; then
377+
if $GREP -i -q -m1 'Kylin.*Server.* V11 ' /etc/kylin-release; then
378+
echo 'openEuler'; return
379+
fi
380+
fi
381+
382+
376383

377384
if $GREP -q 'chimera' /proc/version; then
378385
echo 'chimera'; return

0 commit comments

Comments
 (0)