X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/blobdiff_plain/ebaa4d954aa0b3d70f14b2fd6fec63df1599b8ce..afbeba7cf5d2a845e91274f1a010bcceb0e32463:/IMG/cpio/ventoy/ventoy_chain.sh diff --git a/IMG/cpio/ventoy/ventoy_chain.sh b/IMG/cpio/ventoy/ventoy_chain.sh index 4c9ec4a..e344604 100644 --- a/IMG/cpio/ventoy/ventoy_chain.sh +++ b/IMG/cpio/ventoy/ventoy_chain.sh @@ -309,6 +309,10 @@ ventoy_get_os_type() { echo 'primeos'; return fi + if $GREP -q 'austrumi' /proc/version; then + echo 'austrumi'; return + fi + echo "default" }