this should fix some issues with loop mounts
This commit is contained in:
parent
d8686ca943
commit
67338238af
@ -236,7 +236,7 @@ class BootSync(object):
|
|||||||
line = re.sub(r'(?<!\=UUID\=){0}'.format(self.dummy_uuid),
|
line = re.sub(r'(?<!\=UUID\=){0}'.format(self.dummy_uuid),
|
||||||
self.blkids[disk],
|
self.blkids[disk],
|
||||||
line)
|
line)
|
||||||
line = re.sub('/boot', '', line)
|
line = re.sub('(^\s*|\s+)/boot', '', line)
|
||||||
f.write('{0}\n'.format(line))
|
f.write('{0}\n'.format(line))
|
||||||
return()
|
return()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user