]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - IMG/cpio/ventoy/hook/debian/ventoy-hook.sh
issue #710
[Ventoy.git] / IMG / cpio / ventoy / hook / debian / ventoy-hook.sh
index df318e9a3fc63d26e8f352381ed8051fc6f737f7..4a37aaf7232001b84876a152a75bd32c9efae7e2 100644 (file)
@@ -70,6 +70,10 @@ ventoy_get_debian_distro() {
         echo 'vyos'; return
     fi
     
+    if $GREP -q 'kylin' /proc/version; then
+        echo 'kylin'; return
+    fi
+    
     echo 'default'
 }