mirror of
https://github.com/gutosie/neoboot.git
synced 2025-12-25 09:40:08 +01:00
Update stbbranding.py
This commit is contained in:
@@ -1240,6 +1240,8 @@ def getFind_usb():
|
||||
|
||||
|
||||
def getLocationHDDdir():
|
||||
#getFind_hdd()
|
||||
#getFind_usb()
|
||||
hdd_dir = 'UNKNOWN'
|
||||
if os.path.exists('/proc/mounts'):
|
||||
with open('/proc/mounts', 'r') as f:
|
||||
@@ -1254,6 +1256,8 @@ def getLocationHDDdir():
|
||||
|
||||
|
||||
def getLocationUSBdir():
|
||||
#getFind_hdd()
|
||||
#getFind_usb()
|
||||
usb_dir = 'UNKNOWN'
|
||||
if os.path.exists('/proc/mounts'):
|
||||
with open('/proc/mounts', 'r') as f:
|
||||
|
||||
Reference in New Issue
Block a user