diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-02-14 21:23:26 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-02-14 21:23:26 -0200 |
commit | 99e9b95b57fddb565b2084d482af775b5c2686dd (patch) | |
tree | ce7b7a0cc34250c437cff701b4b6f1f20427a4a9 /share | |
parent | 9d0a6147bdb356f47c4d89dd6c0e099cb2bbe88c (diff) | |
download | hydra-99e9b95b57fddb565b2084d482af775b5c2686dd.tar.gz hydra-99e9b95b57fddb565b2084d482af775b5c2686dd.tar.bz2 |
Skip fs problem for grub at bootless
Diffstat (limited to 'share')
-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 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 |