##// END OF EJS Templates
comment-cleanup, net-cleanup, size-calc-fix, split-more, menuconfig
comment-cleanup, net-cleanup, size-calc-fix, split-more, menuconfig

Fichier de la dernière révision:

r70:94ac6dc790aa
r71:b855bcffebe1
Show More
31-logging.sh
13 lines | 305 B | application/x-sh | BashLexer
Filip Pytloun
Refactor: split bootstrap actions and allow custom
r56 #
Jan Wagner
spliting more files, fix-uboot, fix-fbturbo, fix-locale
r67 # Setup Logging
Filip Pytloun
Refactor: split bootstrap actions and allow custom
r56 #
Jan Wagner
spliting more files, fix-uboot, fix-fbturbo, fix-locale
r67 # Load utility functions
Filip Pytloun
Refactor: split bootstrap actions and allow custom
r56 . ./functions.sh
# Disable rsyslog
if [ "$ENABLE_RSYSLOG" = false ]; then
Jan Wagner
code cleanup and even more spliting
r70 sed -i "s|[#]*ForwardToSyslog=yes|ForwardToSyslog=no|g" $R/etc/systemd/journald.conf
Filip Pytloun
Refactor: split bootstrap actions and allow custom
r56 chroot_exec systemctl disable rsyslog
chroot_exec apt-get purge -q -y --force-yes rsyslog
fi