forked from sig_core/toolkit
project should contain image name
This commit is contained in:
parent
20bf0812db
commit
3207fd4ad0
@ -1660,10 +1660,11 @@ class LiveBuild:
|
|||||||
)
|
)
|
||||||
|
|
||||||
make_image_cmd = ('/usr/sbin/livemedia-creator --ks {} --no-virt '
|
make_image_cmd = ('/usr/sbin/livemedia-creator --ks {} --no-virt '
|
||||||
'--resultdir /builddir/lmc --project="{}" --make-iso --volid {} '
|
'--resultdir /builddir/lmc --project="{} {}" --make-iso --volid {} '
|
||||||
'--iso-only --iso-name {} --releasever={} --nomacboot {}').format(
|
'--iso-only --iso-name {} --releasever={} --nomacboot {}').format(
|
||||||
'/builddir/ks.cfg',
|
'/builddir/ks.cfg',
|
||||||
self.distname,
|
self.distname,
|
||||||
|
image,
|
||||||
volid,
|
volid,
|
||||||
isoname,
|
isoname,
|
||||||
self.release,
|
self.release,
|
||||||
|
Loading…
Reference in New Issue
Block a user