]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
Fix makeactive syntax
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Wed, 12 May 2010 19:02:41 +0000 (21:02 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Wed, 12 May 2010 19:02:41 +0000 (21:02 +0200)
commands/legacycfg.c

index 8f02a028fab134daca6755c37b867cd1e56ef2e8..8077497f3323ad0afed7e11963ec2223f5f127e4 100644 (file)
@@ -89,7 +89,7 @@ struct legacy_command legacy_commands[] =
     {"kernel", "legacy_kernel %s '%s' %s\n", 3, {TYPE_TYPE_OPTION, TYPE_FILE,
                                                 TYPE_REST_VERBATIM}, 0},
     /* lock is handled separately. */
-    {"makeactive", "parttool '%s' boot+\n", 1, {TYPE_PARTITION}, 0},
+    {"makeactive", "parttool \"$root\" boot+\n", 0, {}, 0},
     {"map", "drivemap '%s' '%s'\n", 2, {TYPE_PARTITION, TYPE_PARTITION},
      FLAG_IGNORE_REST},
     /* md5crypt unsupported.  */