initial. broken because it expects UUID support from mount which is not compiled in by default
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
|
||||
config interface 'loopback'
|
||||
option ifname 'lo'
|
||||
option proto 'static'
|
||||
option ipaddr '127.0.0.1'
|
||||
option netmask '255.0.0.0'
|
||||
|
||||
config interface 'lan'
|
||||
option ifname 'eth0'
|
||||
option type 'bridge'
|
||||
option proto 'dhcp'
|
||||
Reference in New Issue
Block a user