[live-images] Add customizing disc type
Relates: #105 Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
0c9ad96a31
commit
44d7b31a80
3 changed files with 60 additions and 2 deletions
|
|
@ -244,6 +244,9 @@ There a couple common format specifiers available for both the options:
|
|||
|
||||
Available keys are:
|
||||
* ``boot`` -- for ``boot.iso`` images created in *buildinstall* phase
|
||||
* ``live`` -- for images created by *live_images* phase
|
||||
|
||||
Default values are the same as the keys.
|
||||
|
||||
Example
|
||||
-------
|
||||
|
|
@ -267,6 +270,7 @@ Example
|
|||
|
||||
disc_types = {
|
||||
'boot': 'netinst',
|
||||
'live': 'Live',
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue