From ab251d723fc8e3e55d8c37a6f704498711a9eadd Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Mon, 18 Aug 2025 01:22:32 +0200 Subject: [PATCH] . --- post-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post-install.sh b/post-install.sh index ef9c0cc..148430a 100755 --- a/post-install.sh +++ b/post-install.sh @@ -255,7 +255,7 @@ tinysshd-makekey /etc/tinyssh/sshkeydir # Configure dracut cat > /etc/dracut.conf.d/99-tinyssh.conf << 'EOF' -add_dracutmodules+=" network tinyssh " +add_dracutmodules+=" network 60tinyssh " install_items+=" /etc/tinyssh/authorized_keys /etc/tinyssh/sshkeydir " EOF