51 lines
860 B
Plaintext
51 lines
860 B
Plaintext
%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
|
|
openssh
|
|
shim-aa64
|
|
systemd-udev
|
|
uboot-tools
|
|
|
|
# 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
|
|
|
|
# Other packages
|
|
bash-completion
|
|
chrony
|
|
cloud-utils-growpart
|
|
e2fsprogs
|
|
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
|