]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - IMG/cpio/ventoy/hook/debian/ventoy-hook.sh
update for new release
[Ventoy.git] / IMG / cpio / ventoy / hook / debian / ventoy-hook.sh
index 2bc7a8604b3bc2161e2d6d550c7f82449eb2a806..f23aef65559559d4fa20b14b657901ad52d9a1a6 100644 (file)
@@ -60,6 +60,10 @@ ventoy_get_debian_distro() {
         echo 'porteus'; return
     fi
     
+    if $GREP -q 'linuxconsole' /proc/version; then
+        echo 'linuxconsole'; return
+    fi
+    
     echo 'default'
 }