]> gitweb.fluxo.info Git - hydra.git/commitdiff
Trying --allow-floopy at grub-install
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 15 Feb 2013 20:24:43 +0000 (18:24 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 15 Feb 2013 20:24:43 +0000 (18:24 -0200)
share/hydra/bootless

index 2bbed78b1f694d4336f00155ac684aa2776b2b26..86e27f0ecbf30312e08a6ca6af6639a2b2d2cdf5 100755 (executable)
@@ -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