grub/extra
This commit is contained in:
parent
51b4f0f5f2
commit
2ad223fa83
1 changed files with 2 additions and 2 deletions
|
@ -35,6 +35,6 @@ def make_image(
|
|||
if pubkey_path:
|
||||
args.append(("--pubkey", pubkey_path))
|
||||
args.extend(modules)
|
||||
if modules := MODULES.get(image_format):
|
||||
args.extend(modules)
|
||||
if extra_modules := MODULES.get(image_format):
|
||||
args.extend(extra_modules)
|
||||
ps.run(*args)
|
||||
|
|
Loading…
Reference in a new issue