aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-02-14 21:23:26 -0200
committerSilvio Rhatto <rhatto@riseup.net>2014-02-14 21:23:26 -0200
commit99e9b95b57fddb565b2084d482af775b5c2686dd (patch)
treece7b7a0cc34250c437cff701b4b6f1f20427a4a9
parent9d0a6147bdb356f47c4d89dd6c0e099cb2bbe88c (diff)
downloadhydra-99e9b95b57fddb565b2084d482af775b5c2686dd.tar.gz
hydra-99e9b95b57fddb565b2084d482af775b5c2686dd.tar.bz2
Skip fs problem for grub at bootless
-rwxr-xr-xshare/hydra/bootless2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/hydra/bootless b/share/hydra/bootless
index 3e85655..cc3e79f 100755
--- a/share/hydra/bootless
+++ b/share/hydra/bootless
@@ -137,7 +137,7 @@ EOF
#quit" | grub --device-map=${devicemap} --batch
# Grub 2
- $sudo grub-install --boot-directory=${tmpdir} --force ${usbdevice}
+ $sudo grub-install --boot-directory=${tmpdir} --skip-fs-probe --force ${usbdevice}
if [ $? != 0 ]; then
echo "Error: grub-install failed (errno: $?)."
exit 1