rocky-linux-generic-images/includes/package-list.ksi

56 lines
1.1 KiB
Plaintext
Raw Normal View History

2023-08-01 16:53:04 +00:00
%packages --excludedocs --exclude-weakdeps
2023-07-27 14:23:23 +00:00
# Include packages that are basic and also packages that are expected to be present
2023-07-27 14:23:23 +00:00
@core
@standard
@hardware-support
2023-07-27 14:23:23 +00:00
# Extra packages to do 'uboot -> grub -> linux'
dracut-config-generic
efibootmgr
grub2-common
grub2-efi-aa64
grub2-efi-aa64-modules
grubby
2023-07-27 15:07:12 +00:00
openssh
2023-07-27 14:23:23 +00:00
shim-aa64
systemd-udev
2023-07-29 12:42:02 +00:00
# Packages from SIG/AltArch
2023-08-06 14:24:58 +00:00
#uboot-tools
#uboot-images-armv8
2023-07-29 12:42:02 +00:00
# Raspberry Pi firmware
2023-08-06 14:24:58 +00:00
#bcm283x-firmware # this will pull in other RPi related firmware ;)
2023-07-29 12:42:02 +00:00
# Raspberry Pi overlays
2023-08-06 14:24:58 +00:00
#bcm283x-overlays
2023-07-27 14:23:23 +00:00
2023-07-28 13:46:53 +00:00
# Kernel selection
## mainline (the latest "stable" release from kernel.org)
2023-08-06 14:24:58 +00:00
#kernel-ml # TODO: change this to whatever <sig-kernel> ends up using
2023-07-28 13:46:53 +00:00
## LTS (the latest "longterm" release from kernel.org)
#kernel-lt # TODO: change this to whatever <sig-kernel> ends up using
2023-08-06 14:24:58 +00:00
kernel-opi5
2023-08-09 16:29:26 +00:00
-kernel-core
2023-07-27 14:23:23 +00:00
# Other packages
bash-completion
chrony
cloud-utils-growpart
dash
2023-07-28 06:40:01 +00:00
e2fsprogs
2023-07-27 14:23:23 +00:00
glibc-langpack-en
nano
net-tools
NetworkManager-wifi
tmux
2023-07-29 13:56:51 +00:00
# TODO: enable 'initial-setup'
#initial-setup
2023-07-27 14:23:23 +00:00
# Remove some packages
-dracut-config-rescue
2023-08-07 03:35:00 +00:00
-java-11-*
-plymouth
2023-07-27 14:23:23 +00:00
%end