Initial RHEL 9 Alpha changes

This commit is contained in:
Brian C. Lane 2020-10-27 09:33:21 -07:00
parent 8c07b3c5bc
commit d7ec6cc81e

View File

@ -4,7 +4,7 @@
## anaconda package
installpkg anaconda anaconda-widgets kexec-tools-anaconda-addon anaconda-install-env-deps
installpkg oscap-anaconda-addon
installpkg redhat-release-eula
# installpkg redhat-release-eula
## Other available payloads
installpkg dnf
@ -30,6 +30,7 @@ installpkg grubby
## install all of the glibc langpacks since otherwise we get no locales
installpkg glibc-all-langpacks
## arch-specific packages (bootloaders etc.)
%if basearch == "aarch64":
installpkg efibootmgr grub2-efi-aa64-cdboot grubby shim-aa64
@ -89,10 +90,11 @@ installpkg nm-connection-editor
installpkg librsvg2
## filesystem tools
installpkg xfsprogs gfs2-utils
installpkg btrfs-progs jfsutils xfsprogs reiserfs-utils gfs2-utils ntfs-3g ntfsprogs
installpkg system-storage-manager
installpkg device-mapper-persistent-data
installpkg xfsdump
installpkg libblockdev-plugins-all libblockdev
## extra storage packages
# hostname is needed for iscsi to work, see RHBZ#1599183
@ -115,8 +117,9 @@ installpkg tigervnc-server-minimal
installpkg tigervnc-server-module
%endif
installpkg net-tools
installpkg nmap-ncat
installpkg prefixdevname
# TODO: uncomment
# installpkg nmap-ncat
# installpkg prefixdevname
## hardware utilities/libraries
installpkg pciutils usbutils ipmitool
@ -161,7 +164,7 @@ installpkg google-noto-sans-cjk-ttc-fonts
## debugging/bug reporting tools
installpkg gdb-gdbserver
installpkg libreport-plugin-bugzilla libreport-plugin-reportuploader
installpkg libreport-rhel-anaconda-bugzilla
# installpkg libreport-rhel-anaconda-bugzilla
installpkg python3-pyatspi
## extra tools not required by anaconda