X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/blobdiff_plain/89a34bac187b816f94f21c7d537ccc5d2390e3a6..05bbef63c1951a3e152d69461b893927bf8b1e8a:/IMG/cpio/ventoy/ventoy_loop.sh diff --git a/IMG/cpio/ventoy/ventoy_loop.sh b/IMG/cpio/ventoy/ventoy_loop.sh index 0c69ec1..38e6016 100644 --- a/IMG/cpio/ventoy/ventoy_loop.sh +++ b/IMG/cpio/ventoy/ventoy_loop.sh @@ -75,6 +75,10 @@ ventoy_get_os_type() { echo 'openwrt'; return fi + if $GREP -q 'easyos' /proc/cmdline; then + echo 'easyos'; return + fi + if [ -e /BOOT_SPECS ]; then if $GREP -q 'easyos' /BOOT_SPECS; then echo 'easyos'; return