From d0e55a85530193c40ed4b65cbe3ea80f12606f62 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Tue, 26 Mar 2013 07:16:26 +0100 Subject: [PATCH] setup /etc/lsb-base-logging.sh in postinst --- debian/postinst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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