]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* docs/grub.texi (Troubleshooting): `echo' is not usually available
authorColin Watson <cjwatson@ubuntu.com>
Mon, 7 Jun 2010 20:10:29 +0000 (21:10 +0100)
committerColin Watson <cjwatson@ubuntu.com>
Mon, 7 Jun 2010 20:10:29 +0000 (21:10 +0100)
in the rescue shell, so recommend using `set' instead.  Thanks,
Jordan Uggla.

ChangeLog
docs/grub.texi

index 3a3df4c5d6d549b2778e0acda1b40427a250f17c..ddb55f17aef032862cb51ab049b7358b1a632ce5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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'.
index 837607d62ba005588c24ed30353eeb39de08b751..f2d0c41bf53b3997b42564eb1d859cdc62c12f88 100644 (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)