##// END OF EJS Templates
increased fs overhead from 25% to 35%...
increased fs overhead from 25% to 35% the goal is to keep the generated images as small as possible. hope 35% is enough

Fichier de la dernière révision:

r142:14de70396904
r242:0f89bb943f1b
Show More
31-logging.sh
13 lines | 301 B | application/x-sh | BashLexer
#
# Setup Logging
#
# Load utility functions
. ./functions.sh
# Disable rsyslog
if [ "$ENABLE_RSYSLOG" = false ] ; then
sed -i "s|[#]*ForwardToSyslog=yes|ForwardToSyslog=no|g" "${ETC_DIR}/systemd/journald.conf"
chroot_exec systemctl disable rsyslog
chroot_exec apt-get -qq -y purge rsyslog
fi