##// END OF EJS Templates
Added: KERNEL_SRCDIR, path-checks, code-cleanup
Added: KERNEL_SRCDIR, path-checks, code-cleanup

Fichier de la dernière révision:

r72:9d88180e4b8d
r72:9d88180e4b8d
Show More
31-logging.sh
13 lines | 307 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
Jan Wagner
Added: KERNEL_SRCDIR, path-checks, code-cleanup
r72 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
Jan Wagner
Added: KERNEL_SRCDIR, path-checks, code-cleanup
r72 chroot_exec apt-get -qq -y --force-yes purge rsyslog
Filip Pytloun
Refactor: split bootstrap actions and allow custom
r56 fi