mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-10-31 18:31:24 +00:00
16 lines
422 B
Plaintext
16 lines
422 B
Plaintext
variant_as_lookaside = [
|
|
('AppStream', 'BaseOS'),
|
|
('PowerTools', 'BaseOS'),
|
|
('PowerTools', 'AppStream'),
|
|
('HighAvailability', 'BaseOS'),
|
|
('HighAvailability', 'AppStream'),
|
|
("ResilientStorage", "BaseOS"),
|
|
("ResilientStorage", "AppStream"),
|
|
("RT", "BaseOS"),
|
|
("RT", "AppStream"),
|
|
("NFV", "BaseOS"),
|
|
("NFV", "AppStream"),
|
|
("Minimal", "BaseOS"),
|
|
("Minimal", "AppStream"),
|
|
]
|