sbc-images/includes/package-list.ksi

82 lines
1.2 KiB
Plaintext
Raw Normal View History

2023-09-13 01:29:56 +00:00
%packages --exclude-weakdeps
2024-04-28 12:58:51 +00:00
fedora-release
2023-09-13 01:29:56 +00:00
# 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
2024-04-28 12:58:51 +00:00
kernel-core
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
2024-04-28 12:58:51 +00:00
openssh
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
2024-04-28 12:58:51 +00:00
# systemd-boot
sdubby
systemd-boot-unsigned
# GRUB2
#grub2-common
#grub2-efi-aa64
#grub2-efi-aa64-modules
#grubby
#shim-aa64
2023-09-13 01:29:56 +00:00
# Packages from SIG/AltArch
2024-04-28 12:58:51 +00:00
uboot-images-riscv64 # This provides actual U-Boot binaries for SBCs
2023-09-13 01:29:56 +00:00
uboot-tools # This provides tools to interact with U-Boot (if stored on SPI) like fw_printenv, fw_setenv, mkimage, gen_eth_addr, etc
# Trust me, they're nice!
2023-11-11 02:16:25 +00:00
appliance-tools
2024-04-28 12:58:51 +00:00
#aria2
#bat
#btop
#dash
#epel-release
2023-11-11 02:16:25 +00:00
gzip
hdparm
2023-11-11 02:16:25 +00:00
htop
mock
2024-04-28 12:58:51 +00:00
#parallel
2023-11-11 02:16:25 +00:00
perl-Digest-SHA
2024-04-28 12:58:51 +00:00
#picocom
2023-11-11 02:16:25 +00:00
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
2024-04-28 12:58:51 +00:00
-abrt-cli
2024-01-02 14:06:44 +00:00
-cockpit*
2023-09-13 01:29:56 +00:00
-dracut-config-rescue
-java-11-*
2024-01-02 14:06:44 +00:00
-plymouth
2024-04-28 12:58:51 +00:00
-smartmontools
2023-11-13 11:59:45 +00:00
# no "stock" EL kernel
-kernel-core
-kmod-kvdo
-vdo
2023-09-13 01:29:56 +00:00
%end