Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dadigang
Ventoy
Commits
4100e7a8
Commit
4100e7a8
authored
Jul 26, 2022
by
longpanda
Browse files
Fix the repo missing for Kylin V10 SP2 Server
parent
a4f5ce2c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
IMG/cpio/ventoy/ventoy_chain.sh
IMG/cpio/ventoy/ventoy_chain.sh
+7
-0
No files found.
IMG/cpio/ventoy/ventoy_chain.sh
View file @
4100e7a8
...
@@ -362,6 +362,13 @@ ventoy_get_os_type() {
...
@@ -362,6 +362,13 @@ ventoy_get_os_type() {
fi
fi
#Kylin V10 Server
if
[
-f
/usr/sbin/dhclient
]
;
then
if
$BUSYBOX_PATH
/strings /usr/sbin/dhclient |
$GREP
-i
-q
-m1
openeuler
;
then
echo
'openEuler'
;
return
fi
fi
echo
"default"
echo
"default"
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment