forked from msvsphere/pungi-msvsphere
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
61 lines
1.8 KiB
61 lines
1.8 KiB
1 year ago
|
additional_packages = [
|
||
|
(
|
||
|
'^Minimal$', {
|
||
|
'*': [
|
||
|
"aide",
|
||
|
"audispd-plugins",
|
||
|
"dnf-automatic",
|
||
|
"fapolicyd",
|
||
|
"gnutls-utils",
|
||
|
"kernel-modules-extra",
|
||
|
"libreswan",
|
||
|
"libsss_sudo",
|
||
|
"policycoreutils-python-utils",
|
||
|
"rear",
|
||
|
"rng-tools",
|
||
|
"rsyslog-gnutls",
|
||
|
"subscription-manager",
|
||
|
"usbguard",
|
||
|
"kernel",
|
||
|
"glibc-gconv-extra.i686",
|
||
|
"libsss_autofs",
|
||
|
"sssd-nfs-idmap",
|
||
|
"kbd-legacy"
|
||
|
]
|
||
|
}
|
||
|
),
|
||
|
(
|
||
|
'^Extras$', {
|
||
|
'*': [
|
||
|
"anaconda-live",
|
||
|
"bats",
|
||
|
"chromium",
|
||
|
"epel-release",
|
||
|
"fontconfig-font-replacements",
|
||
|
"fontconfig-enhanced-defaults",
|
||
|
"gnome-shell-extension-appindicator",
|
||
|
"gnome-shell-extension-arcmenu",
|
||
|
"gnome-shell-extension-dash-to-panel",
|
||
|
"gnome-shell-extension-no-overview",
|
||
|
"google-roboto-fonts",
|
||
|
"hardinfo",
|
||
|
"htop",
|
||
|
"kora-icon-theme",
|
||
|
"mock",
|
||
|
"pipewire-module-xrdp",
|
||
|
"redhat-lsb",
|
||
|
"remmina",
|
||
|
"remmina-devel",
|
||
|
"remmina-gnome-session",
|
||
|
"remmina-plugins-exec",
|
||
|
"remmina-plugins-python",
|
||
|
"remmina-plugins-rdp",
|
||
|
"remmina-plugins-secret",
|
||
|
"remmina-plugins-vnc",
|
||
|
"remmina-plugins-www",
|
||
|
"salt"
|
||
|
]
|
||
|
}
|
||
|
)
|
||
|
]
|