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