]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - IMG/cpio/ventoy/ventoy_chain.sh
update
[Ventoy.git] / IMG / cpio / ventoy / ventoy_chain.sh
index 2c52e60e4626a93f82e74dec80049a94b3070319..d21d910cda2ab865862cc8e7cfc40bd1ada98006 100644 (file)
@@ -227,6 +227,10 @@ ventoy_get_os_type() {
         echo 'vine'; return
     fi
     
+    if $GREP -q 'hyperbola' /proc/cmdline; then
+        echo 'hyperbola'; return
+    fi
+    
     echo "default"
 }