Drop -y from update-grub when using grub2
authorMichael Prokop <mika@grml.org>
Sat, 24 Oct 2009 01:16:43 +0000 (03:16 +0200)
committerMichael Prokop <mika@grml.org>
Sat, 24 Oct 2009 01:16:43 +0000 (03:16 +0200)
chroot-script

index ab1dc90..16b8514 100755 (executable)
@@ -492,7 +492,7 @@ to finalise configuration. This instructions are available
 in the header of /etc/default/grub as well.
 " >> $INSTALL_NOTES
 
 in the header of /etc/default/grub as well.
 " >> $INSTALL_NOTES
 
-        $UPDATEGRUB -y
+        $UPDATEGRUB
      fi
   fi
 }
      fi
   fi
 }