X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=grml-debootstrap;h=5f2744dc3d325a044cc3fcb463a17e050c1e8247;hp=e6bfe7474b6001d9950fcb7f2cd1a1f0df4b90b7;hb=4dd9091112e9ed334b3e610d1f6f4ce71646a263;hpb=27c6e3747c7a02dd9dd6ad71fe2b3d00f5a0b739 diff --git a/grml-debootstrap b/grml-debootstrap index e6bfe74..5f2744d 100755 --- a/grml-debootstrap +++ b/grml-debootstrap @@ -739,13 +739,13 @@ grub_install() { for device in $SELECTED_PARTITIONS ; do GRUB=$(grubdevice $device) einfo "Installing grub on ${GRUB}:" - [ -x /usr/sbin/grub-install ] && GRUBINSTALL=/usr/sbin/grub-install || GRUBINSTALL=/sbin/grub-install + [ -x /usr/sbin/grub-install ] && GRUBINSTALL=/usr/sbin/grub-install --no-floppy || GRUBINSTALL=/sbin/grub-install $GRUBINSTALL --root-directory="$MNTPOINT" "(${GRUB})" eend $? done else einfo "Installing grub on ${GRUB}:" - [ -x /usr/sbin/grub-install ] && GRUBINSTALL=/usr/sbin/grub-install || GRUBINSTALL=/sbin/grub-install + [ -x /usr/sbin/grub-install ] && GRUBINSTALL=/usr/sbin/grub-install --no-floppy || GRUBINSTALL=/sbin/grub-install $GRUBINSTALL --root-directory="$MNTPOINT" "(${GRUB})" eend $? fi