From d47b9f79bd533efa47eedfbbcde8ad1604059abc Mon Sep 17 00:00:00 2001 From: josch Date: Tue, 14 Jul 2009 04:57:55 +0000 Subject: [PATCH] configure syslog --- pyneo-rootfs.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyneo-rootfs.sh b/pyneo-rootfs.sh index 94ed90c..dee57f9 100755 --- a/pyneo-rootfs.sh +++ b/pyneo-rootfs.sh @@ -36,6 +36,8 @@ if [ $? -ne 0 ]; then exit 1 fi +# /etc/syslog.conf +echo "*.* @host" > $ROOTDIR/etc/syslog.conf # /etc/hosts echo "127.0.0.1 localhost" > $ROOTDIR/etc/hosts # /etc/resolv.conf