From c70143acb842d0f979348298e7b3b50a0f2c7c73 Mon Sep 17 00:00:00 2001 From: Jan De Landtsheer Date: Wed, 24 Sep 2025 00:37:20 +0200 Subject: [PATCH] Some fixes - added piciutils - zinit sequence fixes --- config/packages.list | 3 ++- config/zinit/shm.yaml | 3 --- config/zinit/sshd.yaml | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/config/packages.list b/config/packages.list index 4880991..5a01743 100644 --- a/config/packages.list +++ b/config/packages.list @@ -16,6 +16,7 @@ eudev-libs eudev-netifnames kmod fuse3 +pciutils # Console/terminal management util-linux @@ -48,4 +49,4 @@ 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 +# Other tools will be loaded with RFS after network connectivity \ No newline at end of file diff --git a/config/zinit/shm.yaml b/config/zinit/shm.yaml index 402ded0..ac56cc5 100644 --- a/config/zinit/shm.yaml +++ b/config/zinit/shm.yaml @@ -1,5 +1,2 @@ exec: /etc/zinit/init/shm.sh oneshot: true -after: - - rfs-modules - - rfs-firmware diff --git a/config/zinit/sshd.yaml b/config/zinit/sshd.yaml index 4a5b03f..0a460d8 100644 --- a/config/zinit/sshd.yaml +++ b/config/zinit/sshd.yaml @@ -1,4 +1,4 @@ exec: /usr/sbin/sshd -D -e after: - sshd-setup - - shm + - haveged