[Fai-commit] r4185 - in people/h01ger/live-CD: . live-include-dir

Oliver Osburg oz-guest at alioth.debian.org
Fri Dec 1 00:42:44 CET 2006


Author: oz-guest
Date: 2006-12-01 00:42:44 +0100 (Fri, 01 Dec 2006)
New Revision: 4185

Modified:
   people/h01ger/live-CD/live-include-dir/real-hook
   people/h01ger/live-CD/make-live.conf
Log:
changed the source. it should build now.


Modified: people/h01ger/live-CD/live-include-dir/real-hook
===================================================================
--- people/h01ger/live-CD/live-include-dir/real-hook	2006-11-30 21:39:45 UTC (rev 4184)
+++ people/h01ger/live-CD/live-include-dir/real-hook	2006-11-30 23:42:44 UTC (rev 4185)
@@ -125,15 +125,15 @@
 # DEBUG: what's up with LOGDIR?
 echo "cp $LOGDIR/fstab $target/etc/fstab"
 rm $target/etc/fstab
-cp /tmp/fai/fstab /tmp/target/etc/fstab
 task_configure
 /usr/lib/fai/get-boot-info
 #task_softupdate
 echo "copy fstab"
 
+# I had a lot of trouble with that.
 if [ -f $LOGDIR/fstab ] ; then
 	echo "fstab found. OK"
-	cp $LOGDIR/fstab
+	cp $LOGDIR/fstab $target/etc/fstab 
 else
         echo "fstab NOT found :-("
 fi

Modified: people/h01ger/live-CD/make-live.conf
===================================================================
--- people/h01ger/live-CD/make-live.conf	2006-11-30 21:39:45 UTC (rev 4184)
+++ people/h01ger/live-CD/make-live.conf	2006-11-30 23:42:44 UTC (rev 4185)
@@ -46,12 +46,12 @@
 #LIVE_MANIFEST=""
 
 # Debian mirror			(Default: http://ftp.debian.org/debian/)
-#LIVE_MIRROR="http://ftp.de.debian.org/debian/"
-LIVE_MIRROR="http://127.0.0.1:9999/debian/"
+LIVE_MIRROR="http://ftp.de.debian.org/debian/"
+#LIVE_MIRROR="http://127.0.0.1:9999/debian/"
 
 # Debian security mirror	(Default: http://security.debian.org/)
-#LIVE_MIRROR_SECURITY="http://security.debian.org/"
-LIVE_MIRROR_SECURITY="http://127.0.0.1:9999/security"
+LIVE_MIRROR_SECURITY="http://security.debian.org/"
+#LIVE_MIRROR_SECURITY="http://127.0.0.1:9999/security"
 
 # Packages			(Default: empty)
 LIVE_PACKAGES="fai-doc fai-client fai-server apt-move less vim grub grub-doc coreutils hdparm"




More information about the Fai-commit mailing list