mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-10-31 18:31:24 +00:00
14 lines
436 B
Plaintext
14 lines
436 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',
|
|
'repo': ['BaseOS', 'AppStream', 'PowerTools', 'extras'],
|
|
'failable': ['*']
|
|
}
|
|
]
|
|
}
|