[D-community-commits] r95 - in trunk/fai-config-dir: doc files/etc/apt files/etc/apt/sources.list

Holger Levsen h01ger-guest at alioth.debian.org
Sat Apr 14 17:58:31 UTC 2007


Author: h01ger-guest
Date: 2007-04-14 17:58:30 +0000 (Sat, 14 Apr 2007)
New Revision: 95

Added:
   trunk/fai-config-dir/files/etc/apt/sources.list/
   trunk/fai-config-dir/files/etc/apt/sources.list/bikeshed
Modified:
   trunk/fai-config-dir/doc/manual_adminwork.txt
Log:
- install fixed fai via apt-get from my repository


Modified: trunk/fai-config-dir/doc/manual_adminwork.txt
===================================================================
--- trunk/fai-config-dir/doc/manual_adminwork.txt	2007-04-14 14:52:20 UTC (rev 94)
+++ trunk/fai-config-dir/doc/manual_adminwork.txt	2007-04-14 17:58:30 UTC (rev 95)
@@ -1,9 +1,9 @@
 how this machine was setup
 --------------------------
-steps 1-5
+steps 1-6
 please add other manual work here below
 
-Holger Levsen, 2007-03-22
+Holger Levsen, 2007-03-22 and 2007-04-14
 
 
 1. installed with d-i 
@@ -12,23 +12,29 @@
 
 3. mount /home as /srv :)
 
-4. the following steps were done manually, some should still go into fai:
+4. configured /etc/network/interfaces and /etc/resolv.conf accordingly to the ISPs settings
 
-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
+5. added the archive key for my repository and added it to sources.list:
 
-install fai-client 3.1.8-0.holger.1 which fixes #415875 and #415880, available via my apt-repository soon and instantly upon request.
+gpg --keyserver pgpkeys.pca.dfn.de --recv-keys AC583520
+gpg --fingerprint  AC583520
+# compare the fingerprint with a fingerprint on machine with a trust path
+gpg --export -a AC583520 | apt-key add -
 
-5. configured /etc/network/interfaces and /etc/resolv.conf accordingly to the ISPs settings
 
-6. added the new archive key:
+Added the following two lines to /e/a/sources.list, because because we need 
+fixes for #415875 and #415880, which are in that repository (and the fai 
+section will remain stable)
 
-gpg --keyserver pgpkeys.pca.dfn.de --recv-keys A70DAF536070D3A1
-gpg --fingerprint  A70DAF536070D3A1
-# compare the fingerprint with a fingerprint on machine with a trust path
-gpg --export -a A70DAF536070D3A1 | apt-key add -
+deb http://layer-acht.org/debian etch fai 
+deb-src http://layer-acht.org/debian etch
 
+6. set up fai:
+
+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
+
 7. created a ssh-key for ikiwiki user (for ikiwiki-svn commits to alioth):
 
 bikeshed:~# su - ikiwiki
@@ -52,3 +58,4 @@
 Checked out revision 83.
 ikiwiki at bikeshed:~$
 
+9. run "ikiwiki --setup .ikiwiki/ikiwiki.setup" as ikiwiki

Added: trunk/fai-config-dir/files/etc/apt/sources.list/bikeshed
===================================================================
--- trunk/fai-config-dir/files/etc/apt/sources.list/bikeshed	2007-04-14 14:52:20 UTC (rev 94)
+++ trunk/fai-config-dir/files/etc/apt/sources.list/bikeshed	2007-04-14 17:58:30 UTC (rev 95)
@@ -0,0 +1,9 @@
+# 
+deb http://ftp.belnet.be/debian/ etch main
+deb-src http://ftp.belnet.be/debian/ etch main
+
+deb http://security.debian.org/ etch/updates main
+
+deb http://layer-acht.org/debian etch fai 
+deb-src http://layer-acht.org/debian etch fai
+




More information about the D-community-commits mailing list