##// END OF EJS Templates
Readme with tables...
Readme with tables - Fixes - Updates - Reorder - including prior pr we got one fully synced combo in the order of script options in rip23-gen-image.sh,readme.md,rpi3buster-complete.config - using tables for better overview and much smaller file size (dropped 573 lines) -dropping chineese translation as its outdated

Fichier de la dernière révision:

r142:14de70396904
r733:30010dc2bab6
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