Add option to use repos from kickstart for livemedia builds
Fixes: https://pagure.io/koji/issue/2260
This commit is contained in:
parent
6141a756af
commit
b97813d6e2
3 changed files with 24 additions and 19 deletions
|
|
@ -38,6 +38,7 @@ LIVEMEDIA_OPTIONS = {
|
|||
"lorax_dir": None,
|
||||
"lorax_url": None,
|
||||
"nomacboot": False,
|
||||
"ksrepo": False,
|
||||
"optional_arches": None,
|
||||
"volid": None,
|
||||
}
|
||||
|
|
@ -424,6 +425,7 @@ Options:
|
|||
templates that are to be used to override the default
|
||||
templates.
|
||||
--nomacboot Pass the nomacboot option to livemedia-creator
|
||||
--ksrepo Do not overwrite repos in the kickstart
|
||||
""" % (self.progname))
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue