]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - IMG/cpio/ventoy/ventoy_loop.sh
update
[Ventoy.git] / IMG / cpio / ventoy / ventoy_loop.sh
index 0c69ec13ad8bd85e9d391ddbe60ed948a8dc0d01..38e60162c09c3f8253b53151890c84a97507b155 100644 (file)
@@ -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