2023-08-01 16:53:04 +00:00
|
|
|
%packages --excludedocs --exclude-weakdeps
|
2023-07-27 14:23:23 +00:00
|
|
|
|
2023-07-29 16:18:55 +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
|
|
|
|
|
|
|
|
# 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-07-27 14:23:23 +00:00
|
|
|
uboot-tools
|
2023-07-29 12:42:02 +00:00
|
|
|
uboot-images-armv8
|
|
|
|
# Raspberry Pi firmware
|
2023-08-11 17:06:17 +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-11 17:06:17 +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-11 15:43:03 +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-11 15:43:03 +00:00
|
|
|
kernel-opi5
|
2023-07-27 14:23:23 +00:00
|
|
|
|
|
|
|
# Other packages
|
|
|
|
bash-completion
|
|
|
|
chrony
|
|
|
|
cloud-utils-growpart
|
2023-07-29 16:18:55 +00:00
|
|
|
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-11 15:41:45 +00:00
|
|
|
-java-11-*
|
2023-07-27 14:23:23 +00:00
|
|
|
|
|
|
|
%end
|