##// END OF EJS Templates
u-boot fix...
u-boot fix dtb in uboot.mk never got changed added 64bit support to uboot

Fichier de la dernière révision:

r321:8d65dbaf659e
r322:f7b1bd6e1d38
Show More
31-logging.sh
14 lines | 313 B | application/x-sh | BashLexer
#!/bin/bash
#
# 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