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:
|
if pubkey_path:
|
||||||
args.append(("--pubkey", pubkey_path))
|
args.append(("--pubkey", pubkey_path))
|
||||||
args.extend(modules)
|
args.extend(modules)
|
||||||
if modules := MODULES.get(image_format):
|
if extra_modules := MODULES.get(image_format):
|
||||||
args.extend(modules)
|
args.extend(extra_modules)
|
||||||
ps.run(*args)
|
ps.run(*args)
|
||||||
|
|
Loading…
Reference in a new issue