Add option to use repos from kickstart for livemedia builds

Fixes: https://pagure.io/koji/issue/2260
This commit is contained in:
Brendan Reilly 2020-11-06 14:09:02 -05:00 committed by Tomas Kopecek
parent 6141a756af
commit b97813d6e2
3 changed files with 24 additions and 19 deletions

View file

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