##// END OF EJS Templates
RPI3B+...
RPI3B+ Added RPI_MODEL=3B for Raspberry Pi 3 B+ Model If RPI_MODEL=3B is set rpi23-gen-image will use brcmfmac43455-sdio (bin, txt and clm_blob) instead of brcmfmac43430-sdio WLAN-firmware blob With Model=3 - rpi23-gen-image.sh will not copy brcmfmac43455-sdio.txt and brcmfmac43455-sdio.clm_blob file from firmware_dir. Package firmware-brcm80211 also does not include these files.

Fichier de la dernière révision:

r142:14de70396904
r250:824dff766aec
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