]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - IMG/cpio/ventoy/hook/debian/ventoy-hook.sh
update for new release
[Ventoy.git] / IMG / cpio / ventoy / hook / debian / ventoy-hook.sh
index 2186f3c801b9280fc16c978fbf258283cda84251..161d19b7ce073d249db842e733884447ce9adb29 100644 (file)
@@ -35,6 +35,8 @@ ventoy_get_debian_distro() {
             else
                 echo 'puppy'; return
             fi
+        elif $GREP -m1 -q 'Minimal.*Linux.*Live' /init; then
+            echo 'mll'; return
         fi
     fi