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