2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-06-20 18:41:02 +00:00

Merge branch 'master' into async

This commit is contained in:
Jarrod Johnson
2024-03-27 14:28:48 -04:00
@@ -103,7 +103,7 @@ def fixup(rootdir, vols):
uuid = uuid.strip()
entry[0] = 'UUID={}'.format(uuid)
elif entry[2] == 'swap':
entry[0] = '/dev/mapper/{}-swap'.format(vgname)
entry[0] = '/dev/mapper/{}-swap'.format(vgname.replace('-', '--'))
entry[0] = entry[0].ljust(42)
entry[1] = entry[1].ljust(16)
entry[3] = entry[3].ljust(28)