configure syslog
This commit is contained in:
parent
3ac714904b
commit
d47b9f79bd
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue