diff options
Diffstat (limited to 'meta-agl-lxc/recipes-core/systemd/systemd-netif-config')
-rw-r--r-- | meta-agl-lxc/recipes-core/systemd/systemd-netif-config/20-wired.network | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-agl-lxc/recipes-core/systemd/systemd-netif-config/20-wired.network b/meta-agl-lxc/recipes-core/systemd/systemd-netif-config/20-wired.network new file mode 100644 index 00000000..abd371bd --- /dev/null +++ b/meta-agl-lxc/recipes-core/systemd/systemd-netif-config/20-wired.network @@ -0,0 +1,6 @@ +[Match] +Name=eth0 + +[Network] +DHCP=ipv4 + |