]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* grub-core/commands/menuentry.c (options): Remove
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Mon, 5 Mar 2012 00:00:09 +0000 (01:00 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Mon, 5 Mar 2012 00:00:09 +0000 (01:00 +0100)
GRUB_ARG_OPTION_REPEATABLE.
Reported by: Andreas Vogel

ChangeLog
grub-core/commands/menuentry.c

index 736f007eff79e3af5bdb05b08f63dbb5dea651ef..57d7dfb3e8781faf0f8e64091a06811c5c26c163 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-03-04  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/commands/menuentry.c (options): Remove
+       GRUB_ARG_OPTION_REPEATABLE.
+       Reported by: Andreas Vogel
+
 2012-03-04  Andreas Vogel <Andreas.Vogel@anvo-it.de>
 
        * grub-core/normal/main.c (grub_normal_free_menu): Fix memory leak.
index a4e498a95c334c8a92312155d3eb6f46465e4ee2..6999123ce10f49368719304a9ffc91dcbba7344d 100644 (file)
@@ -36,8 +36,7 @@ static const struct grub_arg_option options[] =
      N_("Keyboard key to quickly boot this entry."), N_("KEYBOARD_KEY"), ARG_TYPE_STRING},
     {"source", 4, 0,
      N_("Use STRING as menu entry body."), N_("STRING"), ARG_TYPE_STRING},
-    {"id", 1, GRUB_ARG_OPTION_REPEATABLE,
-     N_("Menu entry identifier."), N_("STRING"), ARG_TYPE_STRING},
+    {"id", 0, 0, N_("Menu entry identifier."), N_("STRING"), ARG_TYPE_STRING},
     {0, 0, 0, 0, 0, 0}
   };