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-passwd": { "type": "file", "filename": "passwd" },
|
||||||
"check-groups": { "type": "file", "filename": "group" },
|
"check-groups": { "type": "file", "filename": "group" },
|
||||||
|
|
||||||
"packages": ["control-center",
|
"packages": ["mesa-dri-drivers",
|
||||||
"dconf",
|
|
||||||
"mesa-dri-drivers",
|
|
||||||
"xorg-x11-drv-ati",
|
"xorg-x11-drv-ati",
|
||||||
"xorg-x11-drv-evdev",
|
"xorg-x11-drv-evdev",
|
||||||
"xorg-x11-drv-fbdev",
|
"xorg-x11-drv-fbdev",
|
||||||
"xorg-x11-drv-intel",
|
"xorg-x11-drv-intel",
|
||||||
|
"xorg-x11-drv-libinput",
|
||||||
"xorg-x11-drv-nouveau",
|
"xorg-x11-drv-nouveau",
|
||||||
"xorg-x11-drv-qxl",
|
"xorg-x11-drv-qxl",
|
||||||
"xorg-x11-drv-synaptics",
|
"xorg-x11-drv-synaptics",
|
||||||
"xorg-x11-drv-vesa",
|
"xorg-x11-drv-vesa",
|
||||||
|
"xorg-x11-drv-vmmouse",
|
||||||
|
"xorg-x11-drv-vmware",
|
||||||
|
"xorg-x11-drv-wacom",
|
||||||
"xorg-x11-server-Xorg",
|
"xorg-x11-server-Xorg",
|
||||||
"xorg-x11-xauth",
|
"xorg-x11-xauth",
|
||||||
"xorg-x11-xinit",
|
"xorg-x11-xinit",
|
||||||
"pulseaudio-module-x11",
|
|
||||||
"at-spi2-atk",
|
"at-spi2-atk",
|
||||||
"at-spi2-core",
|
"at-spi2-core",
|
||||||
"avahi",
|
"avahi",
|
||||||
|
@ -106,8 +107,6 @@
|
||||||
"NetworkManager-pptp-gnome",
|
"NetworkManager-pptp-gnome",
|
||||||
"NetworkManager-vpnc-gnome",
|
"NetworkManager-vpnc-gnome",
|
||||||
"orca",
|
"orca",
|
||||||
"PackageKit-command-not-found",
|
|
||||||
"PackageKit-gtk3-module",
|
|
||||||
"polkit",
|
"polkit",
|
||||||
"rygel",
|
"rygel",
|
||||||
"sane-backends-drivers-scanners",
|
"sane-backends-drivers-scanners",
|
||||||
|
@ -120,7 +119,7 @@
|
||||||
"yelp",
|
"yelp",
|
||||||
"xdg-app",
|
"xdg-app",
|
||||||
"glibc", "nss-altfiles", "shadow-utils",
|
"glibc", "nss-altfiles", "shadow-utils",
|
||||||
"fedora-release",
|
"fedora-release-workstation",
|
||||||
"dracut-config-generic", "kernel",
|
"dracut-config-generic", "kernel",
|
||||||
"dracut-network",
|
"dracut-network",
|
||||||
"dracut-live",
|
"dracut-live",
|
||||||
|
@ -144,6 +143,7 @@
|
||||||
"hostname", "initscripts", "iproute", "iputils", "less",
|
"hostname", "initscripts", "iproute", "iputils", "less",
|
||||||
"sos",
|
"sos",
|
||||||
"openssh-clients", "openssh-server", "passwd", "plymouth",
|
"openssh-clients", "openssh-server", "passwd", "plymouth",
|
||||||
|
"plymouth-theme-charge",
|
||||||
"policycoreutils", "procps-ng", "rootfiles", "rpm",
|
"policycoreutils", "procps-ng", "rootfiles", "rpm",
|
||||||
"selinux-policy-targeted", "setup", "shadow-utils",
|
"selinux-policy-targeted", "setup", "shadow-utils",
|
||||||
"sudo", "systemd", "util-linux", "vim-minimal",
|
"sudo", "systemd", "util-linux", "vim-minimal",
|
||||||
|
@ -151,16 +151,10 @@
|
||||||
"tar",
|
"tar",
|
||||||
"rsync",
|
"rsync",
|
||||||
"bash-completion",
|
"bash-completion",
|
||||||
"tmux", "screen",
|
"lsof", "tcpdump",
|
||||||
"strace", "lsof", "tcpdump", "nmap-ncat",
|
|
||||||
"policycoreutils-python",
|
"policycoreutils-python",
|
||||||
"policycoreutils-python-utils",
|
"policycoreutils-python-utils",
|
||||||
"setools-console",
|
"audit"]
|
||||||
"audit",
|
|
||||||
"etcd",
|
|
||||||
"iscsi-initiator-utils",
|
|
||||||
"oddjob-mkhomedir",
|
|
||||||
"atomic-devmode"],
|
|
||||||
|
|
||||||
"default_target": "multi-user.target"
|
"default_target": "multi-user.target"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue