diff --git a/NeoBoot/files/stbbranding.py b/NeoBoot/files/stbbranding.py index f909290..68fc1a8 100644 --- a/NeoBoot/files/stbbranding.py +++ b/NeoBoot/files/stbbranding.py @@ -1103,4 +1103,10 @@ def getMyUUID(): return _('unavailable') +def getImageBootNow(): + try: + return open('/.multinfo').read().strip().upper() + except: + return _('unknown') + boxbrand = sys.modules[__name__]