mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-06 23:43:20 +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>
4 lines
73 B
Plaintext
4 lines
73 B
Plaintext
auto eth0
|
|
iface eth0 inet dhcp
|
|
pre-up ip link set eth0 group iface
|