]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - IMG/cpio/ventoy/hook/debian/ventoy-hook.sh
add support for UnionTechOS fuyu (#864)
[Ventoy.git] / IMG / cpio / ventoy / hook / debian / ventoy-hook.sh
index aafb506acc01f5c90bcf30802c91f08421106302..2af8bd17d0e0b996d5526828e0abe83f151d73df 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
@@ -80,6 +86,9 @@ ventoy_get_debian_distro() {
         fi
     fi
     
+    if [ -e /opt/kerio ]; then
+        echo 'kerio'; return
+    fi
     
     
     echo 'default'