+ if $GREP -q 'mocaccino' /proc/version; then
+ echo 'mocaccino'; return
+ fi
+
+ if $GREP -q '/pyabr/' /proc/cmdline; then
+ echo 'pyabr'; return
+ fi
+
+ if [ -e /devuan-logo.txt ]; then
+ echo 'devuan'; return
+ fi
+
+ if $GREP -q 'truenas' /proc/version; then
+ echo 'truenas'; return
+ fi