diff options
Diffstat (limited to 'mpm/systemd/network/eth0.network')
-rw-r--r-- | mpm/systemd/network/eth0.network | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mpm/systemd/network/eth0.network b/mpm/systemd/network/eth0.network new file mode 100644 index 000000000..f0c285070 --- /dev/null +++ b/mpm/systemd/network/eth0.network @@ -0,0 +1,11 @@ +[Match] +Name=eth0 +KernelCommandLine=!nfsroot + +[Network] +DHCP=ipv4 +IPForward=ipv4 + +[DHCP] +UseHostname=true +ClientIdentifier=mac |