From b6d774d967d08e5857da540999be66585e340a55 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 15 Feb 2013 18:24:43 -0200 Subject: Trying --allow-floopy at grub-install --- share/hydra/bootless | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3