[Fai-commit] r4449 - in trunk: bin lib

lange at alioth.debian.org lange at alioth.debian.org
Mon Jul 16 17:06:17 UTC 2007


Author: lange
Date: 2007-07-16 17:06:17 +0000 (Mon, 16 Jul 2007)
New Revision: 4449

Modified:
   trunk/bin/make-fai-nfsroot
   trunk/lib/subroutines-linux
Log:
create syslog.conf on the client


Modified: trunk/bin/make-fai-nfsroot
===================================================================
--- trunk/bin/make-fai-nfsroot	2007-07-16 16:59:47 UTC (rev 4448)
+++ trunk/bin/make-fai-nfsroot	2007-07-16 17:06:17 UTC (rev 4449)
@@ -282,7 +282,6 @@
     # definition for loopback device
     echo "iface lo inet loopback" > etc/network/interfaces
 
-    echo "*.* /tmp/fai/syslog.log" > etc/syslog.conf
     cat >> root/.profile <<-EOF
         PATH=/usr/local/sbin:/usr/local/bin:/usr/lib/fai:/bin:/sbin:/usr/bin:/usr/sbin:
         export PATH

Modified: trunk/lib/subroutines-linux
===================================================================
--- trunk/lib/subroutines-linux	2007-07-16 16:59:47 UTC (rev 4448)
+++ trunk/lib/subroutines-linux	2007-07-16 17:06:17 UTC (rev 4449)
@@ -65,6 +65,7 @@
 
         echo 6 > /proc/sys/kernel/printk
 	klogd -c7 -f $LOGDIR/kernel.log
+	echo "*.* $LOGDIR/syslog.log" > /etc/syslog.conf
 	syslogd -m 0
         create_resolv_conf
 # XXX not needed when instaling form CD	mkrw -s 100m $FAI




More information about the Fai-commit mailing list