]> git.proxmox.com Git - grub2.git/commitdiff
Suppress output from debconf-communicate in upgrade-from-grub-legacy.
authorColin Watson <cjwatson@debian.org>
Wed, 9 Feb 2011 04:09:30 +0000 (04:09 +0000)
committerColin Watson <cjwatson@debian.org>
Wed, 9 Feb 2011 04:09:30 +0000 (04:09 +0000)
debian/changelog
debian/legacy/upgrade-from-grub-legacy

index d424343d0a28d62224bf6992fce70ca85ffe7d93..6df11f21b54f583bad2c279bda44878466f205e5 100644 (file)
@@ -1,6 +1,7 @@
 grub2 (1.99~rc1-3) UNRELEASED; urgency=low
 
   * Build for ppc64 (except for grub-emu, which doesn't build cleanly yet).
+  * Suppress output from debconf-communicate in upgrade-from-grub-legacy.
 
  -- Colin Watson <cjwatson@debian.org>  Wed, 09 Feb 2011 01:04:06 +0000
 
index 74d1357e6d69d433b09380fe5d9d2fce8ecfdb32..08d57d61a807c5bdb85a6755af04c645c386e1e4 100755 (executable)
@@ -5,7 +5,7 @@ if test ! -f /boot/grub/core.img ; then
   grub-install --no-floppy --grub-setup=/bin/true "(hd0)" > /dev/null
 fi
 
-echo RESET grub-pc/install_devices | debconf-communicate
+echo RESET grub-pc/install_devices | debconf-communicate >/dev/null
 
 # Pretend we're upgrading grub-pc.  This will make our postinst DTRT.
 UPGRADE_FROM_GRUB_LEGACY=1 \