Add nomacboot option for spin-livemedia

Fixes: https://pagure.io/koji/issue/2259
This commit is contained in:
Brendan Reilly 2020-10-15 13:37:47 -04:00 committed by Tomas Kopecek
parent cda754453b
commit c62f15172f
3 changed files with 6 additions and 2 deletions

View file

@ -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))