Fix disc types
Properly case Live and DVD and rename boot to netinst. Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
df84d7495d
commit
aa44dca38b
@ -260,6 +260,12 @@ volume_id_substitutions = {
|
|||||||
'TC': 'T',
|
'TC': 'T',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
disc_types = {
|
||||||
|
'boot': 'netinst',
|
||||||
|
'live': 'Live',
|
||||||
|
'dvd': 'DVD',
|
||||||
|
}
|
||||||
|
|
||||||
translate_paths = [
|
translate_paths = [
|
||||||
("/mnt/koji/compose/", "http://kojipkgs.fedoraproject.org/compose/"),
|
("/mnt/koji/compose/", "http://kojipkgs.fedoraproject.org/compose/"),
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user