2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-09-11 20:16:27 +00:00

Fix failing to reference converted LVM name

This commit is contained in:
Jarrod Johnson
2026-09-11 10:23:38 -04:00
parent 208abe5084
commit fc1790ed80
@@ -192,7 +192,7 @@ def fixup(rootdir, vols):
elif ent.startswith('rd.lvm.lv='):
nent = convert_lv(ent)
if nent:
newkcmdlineent.append(ent)
newkcmdlineent.append(nent)
else:
newkcmdlineent.append(ent)
else: