]> xenbits.xensource.com Git - xentesttools/bootstrap.git/commitdiff
start syslogd
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 12 Jan 2011 20:40:28 +0000 (15:40 -0500)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 12 Jan 2011 20:43:12 +0000 (15:43 -0500)
root_image/etc/init.d/rcS

index 056d02bd1308f7118784621498ce05dcb116d811..75b6d588a0dcd040ec22d32cbd909c3735bc983e 100755 (executable)
@@ -61,6 +61,10 @@ if [ $? == 1 ]; then
        /sbin/iscsistart -f
 fi
 
+echo "*.*     /dev/console" > /etc/syslog.conf
+echo "*.*     /var/log/messages" >> /etc/syslog.conf
+/sbin/syslogd
+
 /usr/bin/xen-detect -N -q
 if [ $? == 1 ]; then
        modprobe evtchn