Commit 884ac1ab authored by Dietmar Maurer's avatar Dietmar Maurer

setup /etc/lsb-base-logging.sh in postinst

parent b4f901ad
......@@ -55,6 +55,9 @@ case "$1" in
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment