[D-community-commits] r67 - in trunk/fai-config-dir: doc files/etc files/etc/hosts scripts/DEFAULT

Holger Levsen h01ger-guest at alioth.debian.org
Sat Mar 24 16:12:14 CET 2007


Author: h01ger-guest
Date: 2007-03-24 15:12:13 +0000 (Sat, 24 Mar 2007)
New Revision: 67

Added:
   trunk/fai-config-dir/files/etc/hosts/
   trunk/fai-config-dir/files/etc/hosts/bikeshed
   trunk/fai-config-dir/scripts/DEFAULT/05-network
Modified:
   trunk/fai-config-dir/doc/manual_adminwork.txt
Log:
configure /etc/hosts correctly

Modified: trunk/fai-config-dir/doc/manual_adminwork.txt
===================================================================
--- trunk/fai-config-dir/doc/manual_adminwork.txt	2007-03-24 15:05:48 UTC (rev 66)
+++ trunk/fai-config-dir/doc/manual_adminwork.txt	2007-03-24 15:12:13 UTC (rev 67)
@@ -1,6 +1,6 @@
 how this machine was setup
 --------------------------
-steps 1-4
+steps 1-5
 please add other manual work here below
 
 Holger Levsen, 2007-03-22
@@ -14,15 +14,16 @@
 
 4. the following steps were done manually, some should still go into fai:
 
-tzconfig	# to UTC
 aptitude install fai-client subversion
 echo 'FAI_CONFIG_SRC="svn://svn.debian.org/svn/d-community/trunk/fai-config-dir"' >> /etc/fai/fai.conf
 mkdir /var/lib/fai/config
 #fixed #415875 in /usr/lib/fai/get-config-dir-svn
 #fixed #415880 in /usr/lib/fai/subroutines 
 
-5. added the new archive key:
+5. configured /etc/network/interfaces and /etc/resolv.conf accordingly to the ISPs settings
 
+6. added the new archive key:
+
 gpg --keyserver pgpkeys.pca.dfn.de --recv-keys A70DAF536070D3A1
 gpg --fingerprint  A70DAF536070D3A1
 # compare the fingerprint with a fingerprint on machine with a trust path

Added: trunk/fai-config-dir/files/etc/hosts/bikeshed
===================================================================
--- trunk/fai-config-dir/files/etc/hosts/bikeshed	2007-03-24 15:05:48 UTC (rev 66)
+++ trunk/fai-config-dir/files/etc/hosts/bikeshed	2007-03-24 15:12:13 UTC (rev 67)
@@ -0,0 +1,10 @@
+127.0.0.1	localhost 
+212.12.48.56	bikeshed.debian-community.org bikeshed
+
+# 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

Added: trunk/fai-config-dir/scripts/DEFAULT/05-network
===================================================================
--- trunk/fai-config-dir/scripts/DEFAULT/05-network	2007-03-24 15:05:48 UTC (rev 66)
+++ trunk/fai-config-dir/scripts/DEFAULT/05-network	2007-03-24 15:12:13 UTC (rev 67)
@@ -0,0 +1,8 @@
+#! /bin/sh
+
+#
+#        (c) 2007 Holger Levsen         holger at layer-acht.org
+#        GPL2 licenced
+#
+
+fcopy -M /etc/hosts


Property changes on: trunk/fai-config-dir/scripts/DEFAULT/05-network
___________________________________________________________________
Name: svn:executable
   + *




More information about the D-community-commits mailing list