Remove unneeded packages from runtime-install (#1065557)

These aren't shipped or needed by rhel7 so remove them, cleaning up the
output from lorax a bit.

Resolves: rhbz#1065557
This commit is contained in:
Brian C. Lane 2014-02-17 10:04:05 -08:00
parent 9b73faef1b
commit 5b9c8c7ab5

View File

@ -7,17 +7,11 @@ installpkg anaconda anaconda-widgets
installpkg tmux installpkg tmux
installpkg firstboot installpkg firstboot
installpkg iscsi-initiator-utils installpkg iscsi-initiator-utils
## speed up compression on multicore systems
installpkg pigz
## firstaidkit (rescue mode) packages
installpkg firstaidkit-plugin-{passwd,key-recovery,mdadm-conf}
## kernel and firmware ## kernel and firmware
installpkg kernel installpkg kernel
%if basearch != "s390x": %if basearch != "s390x":
installpkg *-firmware installpkg *-firmware
installpkg b43-openfwwf
%endif %endif
## arch-specific packages (bootloaders etc.) ## arch-specific packages (bootloaders etc.)
@ -48,12 +42,6 @@ installpkg plymouth
## extra dracut modules ## extra dracut modules
installpkg anaconda-dracut dracut-network dracut-config-generic installpkg anaconda-dracut dracut-network dracut-config-generic
## fedup-dracut handles upgrades
installpkg fedup-dracut fedup-dracut-plymouth
## install other fedup scripts, if there are any. It's OK if there aren't.
log "Looking for extra fedup-dracut packages..."
-installpkg *-fedup-dracut
## redhat-upgrade-dracut handles upgrades on RHEL ## redhat-upgrade-dracut handles upgrades on RHEL
installpkg redhat-upgrade-dracut redhat-upgrade-dracut-plymouth installpkg redhat-upgrade-dracut redhat-upgrade-dracut-plymouth
log "Looking for extra redhat-upgrade-dracut packages..." log "Looking for extra redhat-upgrade-dracut packages..."
@ -87,7 +75,7 @@ installpkg gnome-keyring
installpkg python-imaging installpkg python-imaging
## filesystem tools ## filesystem tools
installpkg btrfs-progs jfsutils xfsprogs reiserfs-utils gfs2-utils ntfs-3g ntfsprogs installpkg btrfs-progs xfsprogs gfs2-utils
installpkg python-volume_key volume_key installpkg python-volume_key volume_key
installpkg system-storage-manager installpkg system-storage-manager
installpkg device-mapper-persistent-data installpkg device-mapper-persistent-data
@ -107,7 +95,7 @@ installpkg net-tools
installpkg pciutils usbutils installpkg pciutils usbutils
installpkg mt-st smartmontools installpkg mt-st smartmontools
%if basearch != "s390x": %if basearch != "s390x":
installpkg hdparm pcmciautils installpkg hdparm
%endif %endif
installpkg libmlx4 installpkg libmlx4
@ -132,18 +120,16 @@ installpkg xorg-x11-fonts-misc
installpkg gnome-themes-standard gnome-icon-theme-legacy installpkg gnome-themes-standard gnome-icon-theme-legacy
## branding & logos ## branding & logos
installpkg fedora-gnome-theme fedora-icon-theme installpkg fedora-gnome-theme
## debugging/bug reporting tools ## debugging/bug reporting tools
installpkg gdb-gdbserver installpkg gdb-gdbserver
installpkg python-epdb
installpkg libreport-plugin-bugzilla libreport-plugin-reportuploader installpkg libreport-plugin-bugzilla libreport-plugin-reportuploader
installpkg fpaste
## extra tools not required by anaconda ## extra tools not required by anaconda
installpkg vim-minimal strace lsof dump xz less eject installpkg vim-minimal strace lsof dump xz less eject
installpkg wget rsync rsh bind-utils ftp mtr vconfig installpkg wget rsync rsh bind-utils ftp mtr
installpkg icfg spice-vdagent installpkg spice-vdagent
installpkg gdisk installpkg gdisk
## yum plugins ## yum plugins