From a90294ff53986f030cc1fde23ce4c2a23f545eb3 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 19 Jul 2011 12:39:47 +0200 Subject: Calling dpkg-divert with --quiet in chroot_dpkg. --- scripts/build/lb_chroot_dpkg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/build/lb_chroot_dpkg b/scripts/build/lb_chroot_dpkg index 3194c0456..7daf7bf47 100755 --- a/scripts/build/lb_chroot_dpkg +++ b/scripts/build/lb_chroot_dpkg @@ -71,7 +71,7 @@ EOF fi # flash-kernel - Chroot chroot dpkg-divert --rename --add /usr/sbin/flash-kernel + Chroot chroot dpkg-divert --rename --quiet --add /usr/sbin/flash-kernel ln -s /bin/true chroot/usr/sbin/flash-kernel # Creating stage file @@ -91,7 +91,7 @@ EOF # flash-kernel rm -f chroot/usr/sbin/flash-kernel - Chroot chroot dpkg-divert --rename --remove /usr/sbin/flash-kernel + Chroot chroot dpkg-divert --rename --quiet --remove /usr/sbin/flash-kernel # samhain if [ -e /var/state/samhain/samhain_file.orig ] -- cgit v1.2.3