]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - IMG/cpio/ventoy/hook/debian/ventoy-hook.sh
Update README.md
[Ventoy.git] / IMG / cpio / ventoy / hook / debian / ventoy-hook.sh
index f23aef65559559d4fa20b14b657901ad52d9a1a6..2186f3c801b9280fc16c978fbf258283cda84251 100644 (file)
@@ -64,6 +64,10 @@ ventoy_get_debian_distro() {
         echo 'linuxconsole'; return
     fi
     
+    if $GREP -q 'vyos' /proc/version; then
+        echo 'vyos'; return
+    fi
+    
     echo 'default'
 }