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