[Debconf-video-commits] r294 - in fai-config: files/etc files/etc/hosts files/etc/network/interfaces scripts/FOSDEM
holger at alioth.debian.org
holger at alioth.debian.org
Thu Feb 5 21:08:49 UTC 2009
Author: holger
Date: 2009-02-05 21:08:49 +0000 (Thu, 05 Feb 2009)
New Revision: 294
Added:
fai-config/files/etc/hosts/
fai-config/files/etc/hosts/FOSDEM
fai-config/scripts/FOSDEM/20-networking
Modified:
fai-config/files/etc/network/interfaces/daffy
fai-config/files/etc/network/interfaces/patty
fai-config/files/etc/network/interfaces/selma
Log:
preconfigure networking. its still set to dhcp, but can easily switched to static
Added: fai-config/files/etc/hosts/FOSDEM
===================================================================
--- fai-config/files/etc/hosts/FOSDEM (rev 0)
+++ fai-config/files/etc/hosts/FOSDEM 2009-02-05 21:08:49 UTC (rev 294)
@@ -0,0 +1,18 @@
+127.0.0.1 localhost
+
+82.195.75.74 apu.debconf.org
+192.168.0.254 linksys.debconf.org linksys
+192.168.0.1 patty.debconf.org patty
+192.168.0.2 selma.debconf.org selma
+192.168.0.3 daffy.debconf.org daffy
+
+# The following lines are desirable for IPv6 capable hosts
+::1 ip6-localhost ip6-loopback
+fe00::0 ip6-localnet
+ff00::0 ip6-mcastprefix
+ff02::1 ip6-allnodes
+ff02::2 ip6-allrouters
+ff02::3 ip6-allhosts
+
+
+
Modified: fai-config/files/etc/network/interfaces/daffy
===================================================================
--- fai-config/files/etc/network/interfaces/daffy 2009-02-05 21:02:49 UTC (rev 293)
+++ fai-config/files/etc/network/interfaces/daffy 2009-02-05 21:08:49 UTC (rev 294)
@@ -6,9 +6,10 @@
iface lo inet loopback
auto eth0
-iface eth0 inet static
- address 10.9.0.11
- netmask 255.255.0.0
- gateway 10.9.0.1
- broadcast 10.9.255.255
+iface eth0 inet dhcp
+#iface eth0 inet static
+# address 192.168.0.3
+# netmask 255.255.0.0
+# gateway 192.168.0.254
+# broadcast 192.168.0.255
Modified: fai-config/files/etc/network/interfaces/patty
===================================================================
--- fai-config/files/etc/network/interfaces/patty 2009-02-05 21:02:49 UTC (rev 293)
+++ fai-config/files/etc/network/interfaces/patty 2009-02-05 21:08:49 UTC (rev 294)
@@ -5,10 +5,11 @@
auto lo
iface lo inet loopback
-auto eth1
-iface eth1 inet static
- address 10.9.0.5
- netmask 255.255.0.0
- gateway 10.9.0.1
- broadcast 10.9.255.255
+auto eth0
+iface eth0 inet dhcp
+#iface eth0 inet static
+# address 192.168.0.1
+# netmask 255.255.0.0
+# gateway 192.168.0.254
+# broadcast 192.168.0.255
Modified: fai-config/files/etc/network/interfaces/selma
===================================================================
--- fai-config/files/etc/network/interfaces/selma 2009-02-05 21:02:49 UTC (rev 293)
+++ fai-config/files/etc/network/interfaces/selma 2009-02-05 21:08:49 UTC (rev 294)
@@ -5,11 +5,11 @@
auto lo
iface lo inet loopback
-auto br0
-iface br0 inet static
- bridge_ports eth2 eth3 eth4
- address 10.9.0.6
- netmask 255.255.0.0
- gateway 10.9.0.1
- broadcast 10.9.255.255
+auto eth0
+iface eth0 inet dhcp
+#iface eth0 inet static
+# address 192.168.0.2
+# netmask 255.255.0.0
+# gateway 192.168.0.254
+# broadcast 192.168.0.255
Added: fai-config/scripts/FOSDEM/20-networking
===================================================================
--- fai-config/scripts/FOSDEM/20-networking (rev 0)
+++ fai-config/scripts/FOSDEM/20-networking 2009-02-05 21:08:49 UTC (rev 294)
@@ -0,0 +1,9 @@
+#! /bin/bash
+
+#
+# (c) 2006-2009 Holger Levsen holger at layer-acht.org
+# GPL2 licenced
+#
+
+fcopy -M /etc/hosts
+fcopy -M -i /etc/network/interfaces
Property changes on: fai-config/scripts/FOSDEM/20-networking
___________________________________________________________________
Name: svn:executable
+ *
More information about the Debconf-video-commits
mailing list