diff --git a/debian/postinst b/debian/postinst index f2176110..cecc8512 100755 --- a/debian/postinst +++ b/debian/postinst @@ -54,7 +54,10 @@ case "$1" in else echo '|/usr/bin/pvemailforward' >/root/.forward fi - + + # disable fancy init messages (bad with bootlogd) + test -f /etc/lsb-base-logging.sh || echo "FANCYTTY=0" >/etc/lsb-base-logging.sh + update-rc.d pvedaemon defaults 21 79 >/dev/null update-rc.d pvestatd defaults 21 79 >/dev/null update-rc.d pvebanner start 99 2 3 4 5 . >/dev/null