##// END OF EJS Templates
-using --verbose and debug while creating cryptfs to give a hint by default...
-using --verbose and debug while creating cryptfs to give a hint by default -Added KERNEL_DHKEY,KERNEL_BTRFS,KERNEL_NSPAN,KERNEL_POEHAT options - support new cryptsetup version replacing legacy stuff. -Split cryptfs cipher and hash into seperate vars -reworked 14-fstab.sh to replace legacy dropbear cryptsetup stuff - some bullseye apt fix relpacing bullseye with testing - README updates also adding Kernel source hints and some RPI4 text

Fichier de la dernière révision:

r142:14de70396904
r696:2f2cf24844e7 pull
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