##// END OF EJS Templates
proposal to copy fixup4* and start4* from kernel resources site into...
proposal to copy fixup4* and start4* from kernel resources site into the boot of the raspi image. With these files image boots properly without them it freezes at early boot stage

Fichier de la dernière révision:

r142:14de70396904
r709:cf0a04eeec4b
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