mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-31 13:03:02 +02:00
Allow networking config to be supplied from multiple fragmens in /etc/network/interfaces.d. This way, a user can customize their setup without having to override /etc/network/interfaces.
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
|
|
|