-
-
Save kbingham/446e67e51ee2583e04bf781ede9831cf to your computer and use it in GitHub Desktop.
How to prevent systemd-networkd from breaking nfsroots
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /etc/systemd/network/eth.network | |
# Pass nfsroot=... on the kernel command line as you'd expect | |
[Match] | |
Name=eth* | |
KernelCommandLine=!nfsroot | |
[Network] | |
DHCP=v4 | |
[DHCPv4] | |
UseHostname=false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment