]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* grub-core/lib/legacy_parse.c (legacy_commands): Find doesn't set
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Fri, 8 Apr 2011 12:32:41 +0000 (14:32 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Fri, 8 Apr 2011 12:32:41 +0000 (14:32 +0200)
root on legacy.

ChangeLog
grub-core/lib/legacy_parse.c

index 2bcc1b66b4b0cbc9eaa260209b8a24df076f8c3d..70101ef17809f3ef3ac43716a5f258ba84330e4c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-04-08  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/lib/legacy_parse.c (legacy_commands): Find doesn't set
+       root on legacy.
+
 2011-04-08  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * grub-core/commands/probe.c (options): Argument to set isn't optional.
index fb1a52bf8750dad5b680ad8ce2091d2c9d00f802..0248490558d762fe512159b79c69c8f68ae4ef8b 100644 (file)
@@ -116,7 +116,7 @@ static struct legacy_command legacy_commands[] =
      " immediately starts over using the NUM entry (same numbering as the"
      " `default' command). This obviously won't help if the machine"
      " was rebooted by a kernel that GRUB loaded."},
-    {"find", "search -sf '%s'\n", NULL, 0, 1, {TYPE_FILE}, 0, "FILENAME",
+    {"find", "search -f '%s'\n", NULL, 0, 1, {TYPE_FILE}, 0, "FILENAME",
      "Search for the filename FILENAME in all of partitions and print the list of"
      " the devices which contain the file."},
     /* FIXME: fstest unsupported.  */