aboutsummaryrefslogtreecommitdiff
path: root/rootfs/etc/network
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2024-02-06 13:22:04 +0100
committerlonkaars <loek@pipeframe.xyz>2024-02-06 13:22:04 +0100
commita9ef380662da3efa382017ff8423f1a894b31bfd (patch)
tree26c160523c050945502408148faae6508712033b /rootfs/etc/network
parentae327cc50fd9d3e59e9f60088243adfc69cb312e (diff)
dynamic linking application starts
Diffstat (limited to 'rootfs/etc/network')
-rw-r--r--rootfs/etc/network/interfaces4
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
+