initial. broken because it expects UUID support from mount which is not compiled in by default

This commit is contained in:
Attila Lendvai
2014-12-03 00:31:57 +01:00
parent f4d8e7bc14
commit 84bf08c3dc
11 changed files with 412 additions and 3 deletions

View File

@@ -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'