* docs/grub.texi (Troubleshooting): `echo' is not usually available

in the rescue shell, so recommend using `set' instead.  Thanks,
Jordan Uggla.
This commit is contained in:
Colin Watson 2010-06-07 21:10:29 +01:00
parent 4003dd38df
commit a6a700aa52
2 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,9 @@
2010-06-07 Colin Watson <cjwatson@ubuntu.com>
* docs/grub.texi (Troubleshooting): `echo' is not usually available
in the rescue shell, so recommend using `set' instead. Thanks,
Jordan Uggla.
2010-06-07 Colin Watson <cjwatson@ubuntu.com>
* docs/grub.texi (Filesystem): Refer to `search' instead of `find'.

View file

@ -1927,8 +1927,8 @@ device), then you can correct this and enter normal mode manually:
@example
@group
# Inspect the current prefix:
echo @verb{'${prefix}'}
# Inspect the current prefix (and other preset variables):
set
# Set to the correct value, which might be something like this:
set prefix=(hd0,1)/grub
set root=(hd0,1)