]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - IMG/cpio/ventoy/hook/debian/ventoy-hook.sh
support new veket_20
[Ventoy.git] / IMG / cpio / ventoy / hook / debian / ventoy-hook.sh
index aafb506acc01f5c90bcf30802c91f08421106302..9c4b50fd303dde3193f8fed43e11def896b71a4f 100644 (file)
@@ -28,6 +28,12 @@ ventoy_get_debian_distro() {
         fi
     fi
     
+    if [ -e /DISTRO_SPECS ]; then
+        if $GREP -q veket /DISTRO_SPECS; then
+            echo 'veket'; return
+        fi
+    fi
+    
     if [ -e /init ]; then
         if $GREP -q PUPPYSFS /init; then
             if $GREP -q VEKETSFS /init; then