yali blkid-run.patch rebuild

This commit is contained in:
Rmys
2022-08-20 13:02:58 +03:00
parent f0baf395fe
commit 140ddb1193
2 changed files with 20 additions and 0 deletions
@@ -0,0 +1,12 @@
diff -Nuar a/yali/storage/storageset.py b/yali/storage/storageset.py
--- a/yali/storage/storageset.py 2022-05-24 12:50:17.000000000 +0300
+++ b/yali/storage/storageset.py 2022-08-20 12:57:14.912919918 +0300
@@ -75,7 +75,7 @@
def __init__(self, chroot="/"):
self.devices = {}
- self.path = os.path.join(chroot, "etc/blkid/blkid.tab")
+ self.path = os.path.join(chroot, "run/blkid/blkid.tab")
def parse(self):
with open(self.path) as blkidTab: