X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/blobdiff_plain/dcb3264519c0c00f57ae9138878198c86dd347f6..aa0a2ed06726687595caf35a37946734422eb937:/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" }