[live-images] Add customizing disc type

Relates: #105
Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
Lubomír Sedlář 2016-03-08 12:59:40 +01:00
parent 0c9ad96a31
commit 44d7b31a80
3 changed files with 60 additions and 2 deletions

View file

@ -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',
}