mirror of
https://github.com/xcat2/confluent.git
synced 2026-09-12 12:36:24 +00:00
Fix failing to reference converted LVM name
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user