pungi-rocky/images.conf
2022-11-10 03:16:59 -07:00

15 lines
490 B
Plaintext

global_ksurl = 'git+https://git.resf.org/sig_core/kickstarts.git?#origin/r8'
live_media = {
'^Workstation$': [
{
'name': 'Rocky-Workstation-8',
'version': '8.7',
'arches': ['x86_64'],
'kickstart': 'Rocky-8-Workstation.ks',
'title': 'Rocky Linux 8 Workstation',
'repo': ['BaseOS', 'AppStream', 'PowerTools', 'extras'],
'failable': ['*']
}
]
}