summaryrefslogtreecommitdiff
path: root/scripts/build/lb_chroot_dpkg
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build/lb_chroot_dpkg')
-rwxr-xr-xscripts/build/lb_chroot_dpkg4
1 files 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 ]