Sync up the package list somewhat
I've compared the package list here to the workstation live image, and removed/added things for a closer match.
This commit is contained in:
parent
53e432b3fd
commit
9a16921b3e
1 changed files with 9 additions and 15 deletions
|
@ -22,21 +22,22 @@
|
|||
"check-passwd": { "type": "file", "filename": "passwd" },
|
||||
"check-groups": { "type": "file", "filename": "group" },
|
||||
|
||||
"packages": ["control-center",
|
||||
"dconf",
|
||||
"mesa-dri-drivers",
|
||||
"packages": ["mesa-dri-drivers",
|
||||
"xorg-x11-drv-ati",
|
||||
"xorg-x11-drv-evdev",
|
||||
"xorg-x11-drv-fbdev",
|
||||
"xorg-x11-drv-intel",
|
||||
"xorg-x11-drv-libinput",
|
||||
"xorg-x11-drv-nouveau",
|
||||
"xorg-x11-drv-qxl",
|
||||
"xorg-x11-drv-synaptics",
|
||||
"xorg-x11-drv-vesa",
|
||||
"xorg-x11-drv-vmmouse",
|
||||
"xorg-x11-drv-vmware",
|
||||
"xorg-x11-drv-wacom",
|
||||
"xorg-x11-server-Xorg",
|
||||
"xorg-x11-xauth",
|
||||
"xorg-x11-xinit",
|
||||
"pulseaudio-module-x11",
|
||||
"at-spi2-atk",
|
||||
"at-spi2-core",
|
||||
"avahi",
|
||||
|
@ -106,8 +107,6 @@
|
|||
"NetworkManager-pptp-gnome",
|
||||
"NetworkManager-vpnc-gnome",
|
||||
"orca",
|
||||
"PackageKit-command-not-found",
|
||||
"PackageKit-gtk3-module",
|
||||
"polkit",
|
||||
"rygel",
|
||||
"sane-backends-drivers-scanners",
|
||||
|
@ -120,7 +119,7 @@
|
|||
"yelp",
|
||||
"xdg-app",
|
||||
"glibc", "nss-altfiles", "shadow-utils",
|
||||
"fedora-release",
|
||||
"fedora-release-workstation",
|
||||
"dracut-config-generic", "kernel",
|
||||
"dracut-network",
|
||||
"dracut-live",
|
||||
|
@ -144,6 +143,7 @@
|
|||
"hostname", "initscripts", "iproute", "iputils", "less",
|
||||
"sos",
|
||||
"openssh-clients", "openssh-server", "passwd", "plymouth",
|
||||
"plymouth-theme-charge",
|
||||
"policycoreutils", "procps-ng", "rootfiles", "rpm",
|
||||
"selinux-policy-targeted", "setup", "shadow-utils",
|
||||
"sudo", "systemd", "util-linux", "vim-minimal",
|
||||
|
@ -151,16 +151,10 @@
|
|||
"tar",
|
||||
"rsync",
|
||||
"bash-completion",
|
||||
"tmux", "screen",
|
||||
"strace", "lsof", "tcpdump", "nmap-ncat",
|
||||
"lsof", "tcpdump",
|
||||
"policycoreutils-python",
|
||||
"policycoreutils-python-utils",
|
||||
"setools-console",
|
||||
"audit",
|
||||
"etcd",
|
||||
"iscsi-initiator-utils",
|
||||
"oddjob-mkhomedir",
|
||||
"atomic-devmode"],
|
||||
"audit"]
|
||||
|
||||
"default_target": "multi-user.target"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue