diff options
author | Daniel Baumann <daniel@debian.org> | 2011-07-19 12:39:47 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-07-19 12:39:47 +0200 |
commit | a90294ff53986f030cc1fde23ce4c2a23f545eb3 (patch) | |
tree | 07dc850e885644a2651d3a439be6162f1cfa8033 /scripts/build/lb_chroot_dpkg | |
parent | e4793268a3d14e945a96466441e31259c0df6e1b (diff) | |
download | vyos-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-x | scripts/build/lb_chroot_dpkg | 4 |
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 ] |