From e24b14483f1b97dbbc0634a0a746332b8e1c3936 Mon Sep 17 00:00:00 2001 From: gutosie Date: Tue, 22 Mar 2022 17:19:12 +0200 Subject: [PATCH] Update tools.py --- NeoBoot/files/tools.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NeoBoot/files/tools.py b/NeoBoot/files/tools.py index 88cab2c..5756f10 100644 --- a/NeoBoot/files/tools.py +++ b/NeoBoot/files/tools.py @@ -2143,6 +2143,8 @@ class DiskLabelSet(Screen): 'red': self.SetLabelDisk}) def SetLabelDisk(self): + #os.system("tune2fs -l /dev/sd?? | awk '/UUID/ {print $NF}' > /tmp/.myuuid") + #os.system("tune2fs -l %s | awk '/UUID/ {print $NF}' > /tmp/.myuuid" % (getLocationMultiboot())) if os.path.exists('/media/hdd/ImageBoot'): locatin_neo = '/media/hdd' elif os.path.exists('/media/usb/ImageBoot'):