]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - IMG/cpio/ventoy/ventoy.sh
1.0.16 release
[Ventoy.git] / IMG / cpio / ventoy / ventoy.sh
index 7242021afb1868367391ef8c5ba5e19326be6ddf..c1cc897ead7636a4eb8eb3d16c95b4af57f5218d 100644 (file)
@@ -221,6 +221,9 @@ ventoy_get_os_type() {
         echo 'kwort'; return
     fi
     
+    if $GREP -q 'iwamoto' /proc/version; then
+        echo 'vine'; return
+    fi
     
     echo "default"
 }
@@ -248,6 +251,7 @@ if [ "$VTOY_BREAK_LEVEL" = "03" ] || [ "$VTOY_BREAK_LEVEL" = "13" ]; then
     exec $BUSYBOX_PATH/sh
 fi
 
+
 ####################################################################
 #                                                                  #
 # Step 4 : Hand over to real init                                  #