X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/blobdiff_plain/78df21fc4053350dbb6f41061dcfeeff9727f4fb..83d91c525fa7e5c5a1866275a8f6bdcd09d62d90:/IMG/cpio/ventoy/hook/debian/ventoy-hook.sh diff --git a/IMG/cpio/ventoy/hook/debian/ventoy-hook.sh b/IMG/cpio/ventoy/hook/debian/ventoy-hook.sh index aafb506..9c4b50f 100644 --- a/IMG/cpio/ventoy/hook/debian/ventoy-hook.sh +++ b/IMG/cpio/ventoy/hook/debian/ventoy-hook.sh @@ -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