From: Michael Prokop Date: Sat, 24 Oct 2009 01:16:43 +0000 (+0200) Subject: Drop -y from update-grub when using grub2 X-Git-Tag: v0.31~3 X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=commitdiff_plain;h=6a14e0a87856a8bfd220d8d8d441cc2ffc390a60;hp=d7a46c09d601e1993dc8a383da309c3fa0775ba6;ds=sidebyside Drop -y from update-grub when using grub2 --- diff --git a/chroot-script b/chroot-script index ab1dc90..16b8514 100755 --- a/chroot-script +++ b/chroot-script @@ -492,7 +492,7 @@ to finalise configuration. This instructions are available in the header of /etc/default/grub as well. " >> $INSTALL_NOTES - $UPDATEGRUB -y + $UPDATEGRUB fi fi }