Revision: 2582
          http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=2582
Author:   cjwatson
Date:     2009-09-10 12:10:33 +0000 (Thu, 10 Sep 2009)
Log Message:
-----------
2009-09-10  Colin Watson  <[email protected]>

        * util/grub.d/40_custom.in: Make it a little clearer how to use this
        file.

Modified Paths:
--------------
    trunk/grub2/ChangeLog
    trunk/grub2/util/grub.d/40_custom.in

Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog       2009-09-09 22:31:51 UTC (rev 2581)
+++ trunk/grub2/ChangeLog       2009-09-10 12:10:33 UTC (rev 2582)
@@ -1,3 +1,8 @@
+2009-09-10  Colin Watson  <[email protected]>
+
+       * util/grub.d/40_custom.in: Make it a little clearer how to use this
+       file.
+
 2009-09-10  Felix Zielcke  <[email protected]>
 
        * docs/grub.cfg: Add an example menu entry for memtest86+.

Modified: trunk/grub2/util/grub.d/40_custom.in
===================================================================
--- trunk/grub2/util/grub.d/40_custom.in        2009-09-09 22:31:51 UTC (rev 
2581)
+++ trunk/grub2/util/grub.d/40_custom.in        2009-09-10 12:10:33 UTC (rev 
2582)
@@ -1,3 +1,5 @@
 #!/bin/sh
-exec tail -n +3 $0
-# This file is an example on how to add custom entries
+# This file provides an easy way to add custom menu entries. Simply type the
+# menu entries you want to add after the 'exec tail' line. Be careful not to
+# change anything before the 'exec tail' line.
+exec tail -n +6 $0



Reply via email to