mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-04 06:43:00 +02:00
This build is intended as a base reference and for use as a very simple end device. The default starts DHCP and IPv4LL (ZeroConf) on eth0, but can be configured by editing /etc/network/interfaces.d/* Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
7 lines
127 B
Plaintext
7 lines
127 B
Plaintext
# interfaces(5) file used by ifup(8) and ifdown(8)
|
|
auto lo
|
|
iface lo inet loopback
|
|
|
|
source-directory /etc/network/interfaces.d
|
|
|