mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-06 15:43:02 +02:00
rootfs: Pluggable ifup scripts
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.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
# interfaces(5) file used by ifup(8) and ifdown(8)
|
||||
auto lo
|
||||
iface lo inet loopback
|
||||
|
||||
source-directory /etc/network/interfaces.d
|
||||
|
||||
Reference in New Issue
Block a user