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

51 lines
860 B
Plaintext
Raw Normal View History

2023-07-27 14:23:23 +00:00
%packages
# Include all packages under '@core'
@core
# 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
uboot-tools
2023-07-28 13:46:53 +00:00
# Kernel selection
## mainline (the latest "stable" release from kernel.org)
kernel-ml # TODO: change this to whatever <sig-kernel> ends up using
## LTS (the latest "longterm" release from kernel.org)
#kernel-lt # TODO: change this to whatever <sig-kernel> ends up using
2023-07-27 14:23:23 +00:00
# Other packages
bash-completion
chrony
cloud-utils-growpart
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
# SIG/AltArch stuff
uboot-images-armv8
# Raspberry Pi firmware
bcm2711-firmware
bcm2835-firmware
bcm283x-firmware
# Raspberry Pi overlays
bcm283x-overlays
# Remove some packages
-java-11-*
-dracut-config-rescue
%end