From: Silvio Rhatto Date: Fri, 15 Feb 2013 20:24:43 +0000 (-0200) Subject: Trying --allow-floopy at grub-install X-Git-Tag: 0.1~28 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=b6d774d967d08e5857da540999be66585e340a55;p=hydra.git Trying --allow-floopy at grub-install --- diff --git a/share/hydra/bootless b/share/hydra/bootless index 2bbed78..86e27f0 100755 --- a/share/hydra/bootless +++ b/share/hydra/bootless @@ -128,7 +128,7 @@ EOF # Grub 2 #$sudo grub-install --root-directory=${tmpdir} ${usbdevice} --force - $sudo grub-install --boot-directory=${tmpdir} ${usbdevice} --force + $sudo grub-install --boot-directory=${tmpdir} --allow-floppy --force ${usbdevice} if [ $? != 0 ]; then echo "Error: grub-install failed (errno: $?)." exit 1