hashipi

Raspberry Pi home lab with Nomad and OpenBao
git clone https://git.in0rdr.ch/hashipi.git
Log | Files | Refs | Pull requests |Archive | README

commit 5db52489d5d8fb3b5eabad9e781fb477ecfccc6b
parent a7a5651b5e8b45cd21567c04c788eeecc164964d
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Sun, 16 Nov 2025 14:46:26 +0100

fix(intel): ensure gnupg

Diffstat:
Mconfig/preseed.cfg | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/config/preseed.cfg b/config/preseed.cfg @@ -83,7 +83,7 @@ d-i user-setup/encrypt-home boolean false ### Package selection tasksel tasksel/first multiselect standard, ssh-server -d-i pkgsel/include string openssh-server build-essential sudo +d-i pkgsel/include string openssh-server build-essential sudo gnupg2 d-i pkgsel/upgrade select full-upgrade # Allow ssh root login @@ -96,4 +96,4 @@ d-i preseed/late_command string \ in-target sh -c 'mkdir -p /home/in0rdr/.ssh'; \ in-target sh -c 'echo $pubkey > /home/in0rdr/.ssh/authorized_keys'; \ in-target sh -c 'mkdir -p /root/.ssh'; \ - in-target sh -c 'echo $pubkey > /root/.ssh/authorized_keys'; -\ No newline at end of file + in-target sh -c 'echo $pubkey > /root/.ssh/authorized_keys';