Drop build-hostconfig script

Use processed host configurations directly instead.
This commit is contained in:
Reto Buerki
2013-01-17 15:22:10 +01:00
committed by Tobias Brunner
parent 2d1577d661
commit 261cf0e395
13 changed files with 32 additions and 174 deletions
+4 -4
View File
@@ -3,19 +3,19 @@ iface lo inet loopback
auto eth0
iface eth0 inet static
address PH_IP_SUN
address 192.168.0.2
netmask 255.255.255.0
broadcast 192.168.0.255
gateway 192.168.0.254
iface eth0 inet6 static
address PH_IP6_SUN
address fec0::2
netmask 16
auto eth1
iface eth1 inet static
address PH_IP_SUN1
address 10.2.0.1
netmask 255.255.0.0
broadcast 10.2.255.255
iface eth1 inet6 static
address PH_IP6_SUN1
address fec2::1
netmask 16