diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-02-15 18:24:43 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-02-15 18:24:43 -0200 |
commit | b6d774d967d08e5857da540999be66585e340a55 (patch) | |
tree | 3df549f1369170530c50276d06404c7247f2e549 | |
parent | e722b5fd3070c6291a018c55d1b4fb15c2aee79c (diff) | |
download | hydra-b6d774d967d08e5857da540999be66585e340a55.tar.gz hydra-b6d774d967d08e5857da540999be66585e340a55.tar.bz2 |
Trying --allow-floopy at grub-install
-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 |