Created
May 11, 2017 00:01
-
-
Save kylemanna/27711c1fcd97d884c072a344046505ba 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