diff --git a/.bin/Scripts/functions/ufd.py b/.bin/Scripts/functions/ufd.py index c54646b7..96b74b51 100644 --- a/.bin/Scripts/functions/ufd.py +++ b/.bin/Scripts/functions/ufd.py @@ -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)