ipfire-release: Install a lot of useful packages

This is a list of packages that should be installed on the core system.
If that is impossible for whatever reason, we won't break the
installation because of these.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer 2023-09-17 13:39:23 +00:00
parent aec3cb64b2
commit 18d83eb231
1 changed files with 31 additions and 1 deletions

View File

@ -14,7 +14,7 @@ DISTRO_COLOR = 0;31
name = %{DISTRO_SNAME}-release
version = %{DISTRO_VERSION}
release = 9
release = 10
maintainer = Michael Tremer <michael.tremer@ipfire.org>
groups = Base Build System/Base
@ -82,7 +82,37 @@ packages
end
recommends
# Editors & Pagers
nano
less
vim
# System Stuff
coreutils
htop
man
mc
procps-ng
psmisc
shadow-utils
sudo
tmux
util-linux
# Hardware Stuff
dmidecode
hdparm
smartmontools
pciutils
usbutils
# Network Stuff
ethtool
iproute2
iputils
mtr
openssh
tcpdump
end
end