]> git.proxmox.com Git - grub2.git/commitdiff
Pass --force to grub-install in the postinst. (Closes: #553415)
authorfzielcke-guest <fzielcke-guest@localhost>
Fri, 6 Nov 2009 17:55:27 +0000 (17:55 +0000)
committerfzielcke-guest <fzielcke-guest@localhost>
Fri, 6 Nov 2009 17:55:27 +0000 (17:55 +0000)
debian/changelog
debian/postinst.in

index 8d08277f79d88881ed2875c618e936f074e9af1b..bd00d6cc98cade188e7d236d1ddbb0a861052c6f 100644 (file)
@@ -4,8 +4,9 @@ grub2 (1.97-2) unstable; urgency=low
   * patches/906_grub_extras.diff: Remove. Superceded by GRUB_CONTRIB variable
     in recent upstream trunk.
   * rules: Export GRUB_CONTRIB to enable grub-extras add-ons.
+  * Pass --force to grub-install in the postinst. (Closes: #553415)
 
- -- Robert Millan <rmh.debian@aybabtu.com>  Mon, 26 Oct 2009 21:18:44 +0100
+ -- Felix Zielcke <fzielcke@z-51.de>  Fri, 06 Nov 2009 18:53:37 +0100
 
 grub2 (1.97-1) unstable; urgency=low
 
index 60b93e5ab3e2c350116fb9c34b4aa80d04c3d4f0..8ad6ea8b17508a43dc0e950799d15719cb1300c0 100644 (file)
@@ -80,7 +80,7 @@ case "$1" in
           db_go
           db_get grub-pc/install_devices
           for i in `echo $RET | sed -e 's/,/ /g'` ; do
-            if grub-install --no-floppy $i ; then
+            if grub-install --force --no-floppy $i ; then
               # We just installed GRUB 2; then also generate grub.cfg.
               touch /boot/grub/grub.cfg
             fi