diff options
-rwxr-xr-x | share/hydra/bootless | 2 |
1 files changed, 1 insertions, 1 deletions
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 |