[Fai-commit] r5093 - in trunk: debian examples/simple/files/etc/fai/apt/sources.list examples/simple/files/etc/fai/make-fai-nfsroot.conf examples/simple/scripts/FAISERVER

lange at alioth.debian.org lange at alioth.debian.org
Fri Sep 5 17:29:41 UTC 2008


Author: lange
Date: 2008-09-05 17:29:40 +0000 (Fri, 05 Sep 2008)
New Revision: 5093

Modified:
   trunk/debian/changelog
   trunk/examples/simple/files/etc/fai/apt/sources.list/FAISERVER
   trunk/examples/simple/files/etc/fai/make-fai-nfsroot.conf/FAISERVER
   trunk/examples/simple/scripts/FAISERVER/20-copy-mirror
Log:
use lenny in FAISERVER class

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2008-09-05 17:29:02 UTC (rev 5092)
+++ trunk/debian/changelog	2008-09-05 17:29:40 UTC (rev 5093)
@@ -26,6 +26,7 @@
   * remove class SETUPSTORAGE
   * package_config/GNOME: make gnome example smaller
   * 10-misc: remove tune2fs call, now done by new partition tool
+  * use lenny in FAISERVER class
   
  -- Thomas Lange <lange at debian.org>  Fri, 05 Sep 2008 19:28:10 +0200
 

Modified: trunk/examples/simple/files/etc/fai/apt/sources.list/FAISERVER
===================================================================
--- trunk/examples/simple/files/etc/fai/apt/sources.list/FAISERVER	2008-09-05 17:29:02 UTC (rev 5092)
+++ trunk/examples/simple/files/etc/fai/apt/sources.list/FAISERVER	2008-09-05 17:29:40 UTC (rev 5093)
@@ -1,8 +1,8 @@
 # via local partitial mirror (was mirror on fai-cd)
-deb http://faiserver/debian etch main 
-#deb http://faiserver/debian etch/updates main
-#deb http://faiserver/debian-security etch/updates main contrib non-free
+deb http://faiserver/debian lenny main 
+#deb http://faiserver/debian lenny/updates main
+#deb http://faiserver/debian-security lenny/updates main contrib non-free
 
 # via apt-proxy
-deb http://faiserver:9999/debian etch main contrib non-free
-deb http://faiserver:9999/security etch/updates main contrib non-free
+deb http://faiserver:9999/debian lenny main contrib non-free
+deb http://faiserver:9999/security lenny/updates main contrib non-free

Modified: trunk/examples/simple/files/etc/fai/make-fai-nfsroot.conf/FAISERVER
===================================================================
--- trunk/examples/simple/files/etc/fai/make-fai-nfsroot.conf/FAISERVER	2008-09-05 17:29:02 UTC (rev 5092)
+++ trunk/examples/simple/files/etc/fai/make-fai-nfsroot.conf/FAISERVER	2008-09-05 17:29:40 UTC (rev 5093)
@@ -9,7 +9,7 @@
 # on the clients. This line(s) will be added to $nfsroot/etc/hosts.
 NFSROOT_ETC_HOSTS="192.168.1.250 faiserver"
 
-FAI_DEBOOTSTRAP="etch http://faiserver/debian"
+FAI_DEBOOTSTRAP="lenny http://faiserver/debian"
 
 # the encrypted (with md5 or crypt) root password on all install clients during
 # installation process; used when log in via ssh; default pw is: fai

Modified: trunk/examples/simple/scripts/FAISERVER/20-copy-mirror
===================================================================
--- trunk/examples/simple/scripts/FAISERVER/20-copy-mirror	2008-09-05 17:29:02 UTC (rev 5092)
+++ trunk/examples/simple/scripts/FAISERVER/20-copy-mirror	2008-09-05 17:29:40 UTC (rev 5093)
@@ -9,7 +9,7 @@
 cp -a /media/mirror/* $target/var/www/debian
 
 cd $target/var/www/debian/dists
-#ln -s stable etch
-ln -s testing etch
+#ln -s stable lenny
+ln -s testing lenny
 
 fcopy -v /etc/rc2.d/S99fai-setup




More information about the Fai-commit mailing list