]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - IMG/cpio/ventoy/ventoy_chain.sh
Update README.md
[Ventoy.git] / IMG / cpio / ventoy / ventoy_chain.sh
index e344604729f979a82085336303c3e867f59c75b7..1c52abb8f3a60bda778fc1b3604a3ab3d420794a 100644 (file)
@@ -37,7 +37,6 @@ for i in $vtcmdline; do
     fi
 done
 
-
 ####################################################################
 #                                                                  #
 # Step 2 : Do OS specific hook                                     #
@@ -313,6 +312,12 @@ ventoy_get_os_type() {
         echo 'austrumi'; return
     fi
     
+    if [ -f /DISTRO_SPECS ]; then
+        if $GREP -q '[Pp]uppy' /DISTRO_SPECS; then
+            echo 'debian'; return
+        fi
+    fi
+    
     echo "default"
 }