[2583] 2009-09-10 Colin Watson <[email protected]>

Colin Watson <[email protected]> Thu, 10 Sep 2009 12:44:25 +0000
Newsgroups gmane.comp.boot-loaders.grub.cvs
Message-ID <[email protected]>
Revision: 2583
          http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=2583
Author:   cjwatson
Date:     2009-09-10 12:44:24 +0000 (Thu, 10 Sep 2009)
Log Message:
-----------
2009-09-10  Colin Watson  <[email protected]>

	* util/grub.d/40_custom.in: Make sure that the explanatory text is
	visible in grub.cfg.

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

Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog	2009-09-10 12:10:33 UTC (rev 2582)
+++ trunk/grub2/ChangeLog	2009-09-10 12:44:24 UTC (rev 2583)
@@ -1,5 +1,10 @@
 2009-09-10  Colin Watson  <[email protected]>
 
+	* util/grub.d/40_custom.in: Make sure that the explanatory text is
+	visible in grub.cfg.
+
+2009-09-10  Colin Watson  <[email protected]>
+
 	* util/grub.d/40_custom.in: Make it a little clearer how to use this
 	file.
 

Modified: trunk/grub2/util/grub.d/40_custom.in
===================================================================
--- trunk/grub2/util/grub.d/40_custom.in	2009-09-10 12:10:33 UTC (rev 2582)
+++ trunk/grub2/util/grub.d/40_custom.in	2009-09-10 12:44:24 UTC (rev 2583)
@@ -1,5 +1,5 @@
 #!/bin/sh
+exec tail -n +3 $0
 # 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