X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/blobdiff_plain/e384dad4d05a796baa5534231b2cae80d8c4062a..039e68400d74db58d5706260cec2af42c9b08868:/IMG/cpio/ventoy/ventoy.sh diff --git a/IMG/cpio/ventoy/ventoy.sh b/IMG/cpio/ventoy/ventoy.sh index af1f2df..42efb2e 100644 --- a/IMG/cpio/ventoy/ventoy.sh +++ b/IMG/cpio/ventoy/ventoy.sh @@ -200,6 +200,10 @@ ventoy_get_os_type() { echo 'pmagic'; return fi + if $GREP -q 'CDlinux' /proc/cmdline; then + echo 'cdlinux'; return + fi + echo "default" }