mirror of
https://github.com/gutosie/neoboot.git
synced 2025-11-01 20:05:48 +01:00
Update stbbranding.py
This commit is contained in:
@@ -1103,4 +1103,10 @@ def getMyUUID():
|
||||
|
||||
return _('unavailable')
|
||||
|
||||
def getImageBootNow():
|
||||
try:
|
||||
return open('/.multinfo').read().strip().upper()
|
||||
except:
|
||||
return _('unknown')
|
||||
|
||||
boxbrand = sys.modules[__name__]
|
||||
|
||||
Reference in New Issue
Block a user