]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* util/grub-mkimage.c: Document memdisk implying --prefix.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Fri, 12 Apr 2013 19:08:53 +0000 (21:08 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Fri, 12 Apr 2013 19:08:53 +0000 (21:08 +0200)
ChangeLog
util/grub-mkimage.c

index 0d5c8369f46efebb29f0936b8215e138165163e3..92cb29d57fb7d8ca39a2416927ffe8003deaabd9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-12  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * util/grub-mkimage.c: Document memdisk implying --prefix.
+
 2013-04-12  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * grub-core/bus/usb/ehci.c (grub_ehci_fini_hw): Ignore errors, not
index dce2c295d2b11c8ba0e246744fe8928d1f4bbc84..80e7d811353591dc1b6e60c6a26d447b755ac477 100644 (file)
@@ -1710,7 +1710,9 @@ static struct argp_option options[] = {
   {"memdisk",  'm', N_("FILE"), 0,
    /* TRANSLATORS: "memdisk" here isn't an identifier, it can be translated.
     "embed" is a verb (command description).  "*/
-   N_("embed FILE as a memdisk image"), 0},
+   N_("embed FILE as a memdisk image\n"
+      "Implies `-p (memdisk)/boot/grub' but prefix can be overridden by "
+      "later options"), 0},
    /* TRANSLATORS: "embed" is a verb (command description).  "*/
   {"config",   'c', N_("FILE"), 0, N_("embed FILE as an early config"), 0},
    /* TRANSLATORS: "embed" is a verb (command description).  "*/