sbc-images/includes/package-list.ksi

81 lines
1.3 KiB
Plaintext
Raw Normal View History

2023-09-13 01:29:56 +00:00
%packages --exclude-weakdeps
rocky-release
# The '@core' group installs, as it's name suggests, packages that are core
# to _any_:tm: Linux distribution. This includes packages like system, passwd,
# bash, coreutils, sudo, yum, etc.
@core
2023-10-04 07:22:35 +00:00
@standard
2023-09-13 01:29:56 +00:00
# Kernel selection
2023-11-11 02:16:25 +00:00
#kernel-stable-tfg
2023-09-13 01:29:56 +00:00
#kernel-lts-tfg
#kernel-rc-tfg
#kernel-next-tfg
2023-11-11 02:16:25 +00:00
kernel-ml
#kernel-lt
#kernel-rc
#kernel-next
2023-09-13 01:29:56 +00:00
# Other necessary packages
cloud-utils-growpart
2023-10-04 07:22:35 +00:00
e2fsprogs
2023-09-13 01:29:56 +00:00
glibc-langpack-en
NetworkManager-wifi
# Extra add-ons
git
pciutils
2023-09-13 01:29:56 +00:00
tmux
util-linux
2023-09-13 01:29:56 +00:00
# Extra packages to do 'U-Boot -> GRUB -> Linux'
dracut-config-generic
efibootmgr
grub2-common
grub2-efi-aa64
grub2-efi-aa64-modules
grubby
openssh
shim-aa64
# Packages from SIG/AltArch
uboot-images-armv8 # This provides actual U-Boot binaries for SBCs
uboot-tools # This provides tools to interact with U-Boot (if stored on SPI) like fw_printenv, fw_setenv, mkimage, gen_eth_addr, etc
# Raspberry Pi firmware (needed to boot $OS on a Raspberry Pi)
bcm283x-firmware # This will pull in other RPi related firmware and bcm283x-overlays
# Trust me, they're nice!
2023-11-11 02:16:25 +00:00
appliance-tools
aria2
bat
btop
dash
epel-release
gzip
htop
mock
neovim
parallel
perl-Digest-SHA
picocom
procps-ng
pykickstart
ripgrep
rpm-build
rpmdevtools
rpmlint
ShellCheck
2023-11-11 03:06:58 +00:00
tree
wget
2023-11-11 02:16:25 +00:00
xz
yt-dlp
zstd
2023-09-13 01:29:56 +00:00
# Remove some packages
-plymouth
-dracut-config-rescue
-java-11-*
-cockpit*
2023-09-13 01:29:56 +00:00
%end