Add nomacboot option for spin-livemedia
Fixes: https://pagure.io/koji/issue/2259
This commit is contained in:
parent
cda754453b
commit
c62f15172f
3 changed files with 6 additions and 2 deletions
|
|
@ -37,6 +37,7 @@ LIVEMEDIA_OPTIONS = {
|
|||
"install_tree_url": None,
|
||||
"lorax_dir": None,
|
||||
"lorax_url": None,
|
||||
"nomacboot": False,
|
||||
"optional_arches": None,
|
||||
"volid": None,
|
||||
}
|
||||
|
|
@ -422,6 +423,7 @@ Options:
|
|||
--lorax_url=URL The URL to the SCM containing any custom lorax
|
||||
templates that are to be used to override the default
|
||||
templates.
|
||||
--nomacboot Pass the nomacboot option to livemedia-creator
|
||||
""" % (self.progname))
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue