From 7327aaa3c9d3bb5db7fa65e509b9c6bb5e999d2d Mon Sep 17 00:00:00 2001 From: Mike Gerber Date: Wed, 16 Sep 2026 22:39:19 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20README:=20Explicitly=20mention?= =?UTF-8?q?=20that=20dracut-network=20uses=20NM=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 98c0083..0ab2dc0 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ releases, but these have not been tested. setups may require small changes to the script. - Configures the initramfs to enable networking (e.g. NetworkManager) in early boot - `dracut-network`, NetworkManager in the initramfs and `rd.neednet=1` in the kernel cmdline + - Reuses the static IP configuration that `installimage` configures (via `dracut-network`) - Enables EPEL (required for `dracut-sshd`) - Installs `dracut-sshd` - Uses the SSH keys in `/root/.ssh/authorized_keys`, as previously installed by `installimage`