mirror of
https://github.com/xcat2/confluent.git
synced 2026-01-11 02:22:31 +00:00
Fix skipping of quotation in grub config
This commit is contained in:
@@ -181,6 +181,8 @@ def fixup(rootdir, vols):
|
||||
newline = []
|
||||
for ent in gline:
|
||||
if ent.startswith('resume=') or ent.startswith('rd.lvm.lv'):
|
||||
if ent.endswith('"'):
|
||||
newline.append('"')
|
||||
continue
|
||||
newline.append(ent)
|
||||
defgrubout.write(' '.join(newline) + '\n')
|
||||
|
||||
Reference in New Issue
Block a user