Fixed upate_boot_entries()
This commit is contained in:
parent
19799bb1f4
commit
e2d788e265
1 changed files with 1 additions and 1 deletions
|
|
@ -404,7 +404,7 @@ def update_boot_entries(boot_entries, boot_files, iso_label, ufd_label):
|
|||
cmd = [
|
||||
'sed',
|
||||
'--in-place',
|
||||
'"s/#{}#//"'.format(b_comment),
|
||||
'"s/#UFD-{}#//"'.format(b_comment),
|
||||
*configs,
|
||||
]
|
||||
run_program(cmd, check=False)
|
||||
|
|
|
|||
Loading…
Reference in a new issue