X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/blobdiff_plain/4100e7a886befdd83c5eb920baa471c165677bf1..8ef9732931bb298c8d5ffd66efcc4d79ad2cdbe2:/IMG/cpio/ventoy/ventoy_chain.sh diff --git a/IMG/cpio/ventoy/ventoy_chain.sh b/IMG/cpio/ventoy/ventoy_chain.sh index fbde4c8..ba76620 100644 --- a/IMG/cpio/ventoy/ventoy_chain.sh +++ b/IMG/cpio/ventoy/ventoy_chain.sh @@ -369,6 +369,9 @@ ventoy_get_os_type() { fi fi + if $GREP -q 'chimera' /proc/version; then + echo 'chimera'; return + fi echo "default" }