Comment where I've removed for RHEL8
Temporarily remove X server components to un-stick installer creation
This commit is contained in:
parent
f5895c4b6b
commit
8d64ac1c21
@ -42,7 +42,8 @@ installpkg glibc-all-langpacks
|
||||
installpkg grub2-tools-efi
|
||||
installpkg efibootmgr
|
||||
installpkg shim-x64 grub2-efi-x64-cdboot
|
||||
## installpkg shim-ia32 grub2-efi-ia32-cdboot
|
||||
# Not in RHEL8 Beta 19-Jun-2018
|
||||
# installpkg shim-ia32 grub2-efi-ia32-cdboot
|
||||
%endif
|
||||
%if basearch in ("i386", "x86_64"):
|
||||
installpkg biosdevname memtest86+ syslinux
|
||||
@ -50,12 +51,14 @@ installpkg glibc-all-langpacks
|
||||
%endif
|
||||
%if basearch in ("ppc", "ppc64", "ppc64le"):
|
||||
installpkg fbset powerpc-utils lsvpd ppc64-diag
|
||||
# Not in RHEL8 Beta 19-Jun-2018
|
||||
# removed hfsutils
|
||||
installpkg grub2-tools grub2-tools-minimal grub2-tools-extra
|
||||
installpkg grub2-${basearch}
|
||||
%endif
|
||||
%if basearch == "s390x":
|
||||
installpkg lsscsi s390utils-base s390utils-cmsfs-fuse
|
||||
# Not in RHEL8 Beta 19-Jun-2018
|
||||
# removed s390utils-hmcdrvfs
|
||||
%endif
|
||||
|
||||
@ -81,9 +84,12 @@ installpkg systemd-sysv systemd-units
|
||||
installpkg rsyslog
|
||||
|
||||
## xorg/GUI packages
|
||||
%if basearch != "s390x":
|
||||
installpkg xorg-x11-drivers xorg-x11-server-Xorg
|
||||
%endif
|
||||
#Very temporary remove to see if we can get a non graphical Beta installer
|
||||
#imcleod - 19-Jun-2018
|
||||
#UNDO ASAP
|
||||
#%if basearch != "s390x":
|
||||
#installpkg xorg-x11-drivers xorg-x11-server-Xorg
|
||||
#%endif
|
||||
installpkg xorg-x11-server-utils xorg-x11-xauth
|
||||
installpkg dbus-x11 metacity gsettings-desktop-schemas
|
||||
installpkg nm-connection-editor
|
||||
@ -122,12 +128,14 @@ installpkg nmap-ncat
|
||||
installpkg pciutils usbutils ipmitool
|
||||
installpkg mt-st smartmontools
|
||||
installpkg hdparm
|
||||
#Not in RHEL8 Beta 19-Jun-2018
|
||||
#%if basearch not in ("aarch64", "ppc64le", "s390x"):
|
||||
#installpkg pcmciautils
|
||||
#%endif
|
||||
## see bug #1483278
|
||||
%if basearch not in ("arm", "armhfp"):
|
||||
installpkg rdma-core
|
||||
# Not in RHEL8 Beta 19-Jun-2018
|
||||
# removed libmlx4
|
||||
%endif
|
||||
installpkg rng-tools
|
||||
@ -164,22 +172,24 @@ installpkg sil-padauk-fonts
|
||||
## debugging/bug reporting tools
|
||||
installpkg gdb-gdbserver
|
||||
installpkg libreport-plugin-bugzilla libreport-plugin-reportuploader
|
||||
#Not in RHEL8 Beta 19-Jun-2018
|
||||
#installpkg fpaste
|
||||
|
||||
## extra tools not required by anaconda
|
||||
#Not in RHEL8 Beta 19-Jun-2018
|
||||
#removed eject vconfic icfg
|
||||
installpkg vim-minimal strace lsof dump xz less
|
||||
#removed eject
|
||||
installpkg rsync bind-utils ftp mtr
|
||||
#removed wget vconfic
|
||||
installpkg rsync bind-utils ftp mtr wget
|
||||
installpkg spice-vdagent
|
||||
#removed icfg
|
||||
installpkg gdisk hexedit sg3_utils
|
||||
|
||||
## satisfy libnotify's desktop-notification-daemon with the least crazy option
|
||||
#Not in RHEL8 Beta 19-Jun-2018
|
||||
#installpkg notification-daemon
|
||||
|
||||
## Docker enabled boot.iso
|
||||
# Not all arches currently have docker
|
||||
# Not in RHEL8 Beta 19-Jun-2018
|
||||
#%if basearch not in ("ppc", "ppc64", "s390"):
|
||||
# installpkg docker-anaconda-addon
|
||||
#%endif
|
||||
|
Loading…
Reference in New Issue
Block a user