Comment where I've removed for RHEL8

Temporarily remove X server components to un-stick installer creation
This commit is contained in:
Ian McLeod 2018-06-19 21:42:47 -05:00
parent f5895c4b6b
commit 8d64ac1c21

View File

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