From ffe2f59c78bd00a1b13ba673b6f78cff0e4b1b00 Mon Sep 17 00:00:00 2001 From: Mike Gerber Date: Tue, 15 Sep 2026 20:07:39 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20README:=20Small=20markup=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b253621..99e8647 100644 --- a/README.md +++ b/README.md @@ -11,5 +11,5 @@ Post-install script for Hetzner's `installimage` that installs `dracut-sshd` to - `systemd-networkd` is configured to use DHCP on all Ethernet interfaces - Although NetworkManager would probably also work with the implicitly installed `dracut-network`, we use `systemd-networkd` here because it’s our preferred option. - Enables EPEL (required for `dracut-sshd` and `systemd-networkd`) -- Installs dracut-sshd +- Installs `dracut-sshd` - Uses the SSH keys in `/root/.ssh/authorized_keys`, as previously installed by `installimage`