X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/blobdiff_plain/004ad27e0df4e12f794868ceea81a50fd0052ae0..96f11252d942e93515c2041240497b6a265e3c78:/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 b905d69..a25ccac 100644 --- a/IMG/cpio/ventoy/hook/debian/ventoy-hook.sh +++ b/IMG/cpio/ventoy/hook/debian/ventoy-hook.sh @@ -110,6 +110,10 @@ ventoy_get_debian_distro() { echo 'pyabr'; return fi + if [ -e /devuan-logo.txt ]; then + echo 'devuan'; return + fi + echo 'default' }