summaryrefslogtreecommitdiff
path: root/scripts/build/lb_chroot_dpkg
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2011-07-19 12:39:47 +0200
committerDaniel Baumann <daniel@debian.org>2011-07-19 12:39:47 +0200
commita90294ff53986f030cc1fde23ce4c2a23f545eb3 (patch)
tree07dc850e885644a2651d3a439be6162f1cfa8033 /scripts/build/lb_chroot_dpkg
parente4793268a3d14e945a96466441e31259c0df6e1b (diff)
downloadvyos-live-build-a90294ff53986f030cc1fde23ce4c2a23f545eb3.tar.gz
vyos-live-build-a90294ff53986f030cc1fde23ce4c2a23f545eb3.zip
Calling dpkg-divert with --quiet in chroot_dpkg.
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 ]