diff options
Diffstat (limited to 'rootfs/etc/network/interfaces')
-rw-r--r-- | rootfs/etc/network/interfaces | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rootfs/etc/network/interfaces b/rootfs/etc/network/interfaces new file mode 100644 index 0000000..6da47b0 --- /dev/null +++ b/rootfs/etc/network/interfaces @@ -0,0 +1,4 @@ +# interfaces(5) configuration +auto eth0 +iface eth0 inet dhcp + |