From e402de625d05b737631f0310accea75025ea81e6 Mon Sep 17 00:00:00 2001 From: Jan De Landtsheer Date: Mon, 18 Aug 2025 08:27:20 +0200 Subject: [PATCH] Update packages-minimal.txt configuration --- configs/packages-minimal.txt | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/configs/packages-minimal.txt b/configs/packages-minimal.txt index 95fd209..a9857ae 100644 --- a/configs/packages-minimal.txt +++ b/configs/packages-minimal.txt @@ -8,6 +8,9 @@ musl # Module loading & hardware detection eudev +eudev-hwids +eudev-libs +eudev-netifnames kmod # Console/terminal management @@ -26,10 +29,17 @@ zlib # Network utilities (minimal) dhcpcd +tcpdump +bmon # Random number generation (for crypto/security) haveged -# NO debugging tools, NO development tools, NO SSH, NO curl/wget -# NO python, NO redis, NO massive linux-firmware package -# These will be loaded from RFS after network connectivity \ No newline at end of file +# SSH access and terminal multiplexer +openssh-server +zellij + +# Essential debugging and monitoring tools included +# NO development tools, NO curl/wget, NO python, NO redis +# NO massive linux-firmware package +# Other tools will be loaded from RFS after network connectivity \ No newline at end of file