]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
ipfire-release: Install a lot of useful packages
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 17 Sep 2023 13:39:23 +0000 (13:39 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 17 Sep 2023 13:39:23 +0000 (13:39 +0000)
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>
ipfire-release/ipfire-release.nm

index a4062c33cefbc36aab1dcc9028d164c15e88b0f6..e1b4f1eb6a2c9fee7af249ea2d6eaf99b840566c 100644 (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