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
7ff243f9
Commit
7ff243f9
authored
Jul 30, 2023
by
longpanda
Browse files
Fix the media missing issue when boot UOS server ISO file.
parent
f8811a46
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
IMG/cpio/ventoy/ventoy_chain.sh
IMG/cpio/ventoy/ventoy_chain.sh
+8
-0
No files found.
IMG/cpio/ventoy/ventoy_chain.sh
View file @
7ff243f9
...
@@ -377,6 +377,14 @@ ventoy_get_os_type() {
...
@@ -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"
}
}
...
...
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