]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - IMG/cpio/ventoy/ventoy_chain.sh
support new veket_20
[Ventoy.git] / IMG / cpio / ventoy / ventoy_chain.sh
index 1c52abb8f3a60bda778fc1b3604a3ab3d420794a..7390832671f48eb3feb73fa1405aadb9afd8d1f0 100644 (file)
@@ -315,6 +315,8 @@ ventoy_get_os_type() {
     if [ -f /DISTRO_SPECS ]; then
         if $GREP -q '[Pp]uppy' /DISTRO_SPECS; then
             echo 'debian'; return
+        elif $GREP -q 'veket' /DISTRO_SPECS; then
+            echo 'debian'; return
         fi
     fi