init
This commit is contained in:
7
image/overlay/etc/network/interfaces
Normal file
7
image/overlay/etc/network/interfaces
Normal file
@@ -0,0 +1,7 @@
|
||||
auto lo
|
||||
iface lo inet loopback
|
||||
|
||||
auto eth0
|
||||
iface eth0 inet manual
|
||||
post-up dhclient -v eth0
|
||||
pre-down dhclient -x eth0
|
||||
Reference in New Issue
Block a user