Adding support for MiniOS. (#1317)

* Create minios-hook.sh

* Create minios-disk.sh

* Update ventoy-hook.sh

* Update grub.cfg

* Update README.md
This commit is contained in:
crim50n
2021-12-20 11:20:31 +03:00
committed by GitHub
parent f2e82862ab
commit 4a44a82840
5 changed files with 113 additions and 1 deletions

View File

@@ -56,6 +56,10 @@ ventoy_get_debian_distro() {
echo 'slax'; return
fi
if $GREP -q 'minios/' /proc/cmdline; then
echo 'minios'; return
fi
if $GREP -q 'PVE ' /proc/version; then
echo 'pve'; return
fi