set self.opts in image tasks
This commit is contained in:
parent
91c4a1cb37
commit
f63f525d2b
1 changed files with 2 additions and 0 deletions
|
|
@ -2115,6 +2115,7 @@ class ApplianceTask(ImageTask):
|
|||
|
||||
if opts == None:
|
||||
opts = {}
|
||||
self.opts = opts
|
||||
broot = self.makeImgBuildRoot(build_tag, repo_info, arch,
|
||||
'appliance-build')
|
||||
kspath = self.fetchKickstart(broot, ksfile)
|
||||
|
|
@ -2261,6 +2262,7 @@ class LiveCDTask(ImageTask):
|
|||
|
||||
if opts == None:
|
||||
opts = {}
|
||||
self.opts = opts
|
||||
|
||||
broot = self.makeImgBuildRoot(build_tag, repo_info, arch,
|
||||
'livecd-build')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue