From 694f6e69e8dbd2fbba79e98209c79bc38ec3f7e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sat, 13 Jan 2024 09:54:10 +0100 Subject: [PATCH] README: drop experimental flag for static ips --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 64db26e..8a2cc5b 100644 --- a/README.md +++ b/README.md @@ -32,9 +32,9 @@ The kexec installer comes with the following features: - Re-uses ssh host keys from the sshd to not break `.ssh/known_hosts` - Authorized ssh keys are read from `/root/.ssh/authorized_keys`, `/root/.ssh/authorized_keys2` and `/etc/ssh/authorized_keys.d/root` -- (experimental, only tested for nixos-unstable) Static ip addresses and routes - are restored after reboot. Interface that had dynamic addresses before are - configured with DHCP and to accept prefixes from ipv6 router advertisement +- Static ip addresses and routes are restored after reboot. + Interface that had dynamic addresses before are configured with DHCP and + to accept prefixes from ipv6 router advertisement The actual kexec happens with a slight delay (6s). This allows for easier