lmc: add --project to livemedia-creator
add --project argument to livemedia-creator take name and replace - with a space. Signed-off-by: Dennis Gilmore <dennis@ra.ausil.us>
This commit is contained in:
parent
e35d2b4cef
commit
41075714c5
1 changed files with 2 additions and 1 deletions
|
|
@ -3020,7 +3020,8 @@ class LiveMediaTask(ImageTask):
|
|||
'--ks', kskoji,
|
||||
'--logfile', livemedia_log,
|
||||
'--no-virt',
|
||||
'--resultdir', resultdir,
|
||||
'--resultdir', resultdir,
|
||||
'--project', '"%s"' % name.replace("-", " "),
|
||||
#'--tmp', '/tmp'
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue