README: drop experimental flag for static ips
This commit is contained in:
parent
bf5c4f258b
commit
694f6e69e8
1 changed files with 3 additions and 3 deletions
|
@ -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`
|
- 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`
|
- 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
|
- Static ip addresses and routes are restored after reboot.
|
||||||
are restored after reboot. Interface that had dynamic addresses before are
|
Interface that had dynamic addresses before are configured with DHCP and
|
||||||
configured with DHCP and to accept prefixes from ipv6 router advertisement
|
to accept prefixes from ipv6 router advertisement
|
||||||
|
|
||||||
|
|
||||||
The actual kexec happens with a slight delay (6s). This allows for easier
|
The actual kexec happens with a slight delay (6s). This allows for easier
|
||||||
|
|
Loading…
Reference in a new issue