stages/isolinux: default list
Otherwise when `opts` (which isn't `required`) is left out we fail the stage.
This commit is contained in:
parent
621fa47563
commit
a348fe2d49
1 changed files with 1 additions and 1 deletions
|
|
@ -190,7 +190,7 @@ def main(tree, inputs, options):
|
||||||
version = options["product"]["version"]
|
version = options["product"]["version"]
|
||||||
|
|
||||||
kdir = options["kernel"]["dir"]
|
kdir = options["kernel"]["dir"]
|
||||||
kopts = options["kernel"].get("opts")
|
kopts = options["kernel"].get("opts", [])
|
||||||
debug = options.get("debug", False)
|
debug = options.get("debug", False)
|
||||||
|
|
||||||
data = inputs["data"]["path"]
|
data = inputs["data"]["path"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue