Revision: 2584
http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=2584
Author: robertmh
Date: 2009-09-10 12:53:25 +0000 (Thu, 10 Sep 2009)
Log Message:
-----------
2009-09-10 Robert Millan <[email protected]>
* util/grub.d/40_custom.in: Ask user to type custom entries below
comment, rather than below 'exec tail' line.
Modified Paths:
--------------
trunk/grub2/ChangeLog
trunk/grub2/util/grub.d/40_custom.in
Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog 2009-09-10 12:44:24 UTC (rev 2583)
+++ trunk/grub2/ChangeLog 2009-09-10 12:53:25 UTC (rev 2584)
@@ -1,3 +1,8 @@
+2009-09-10 Robert Millan <[email protected]>
+
+ * util/grub.d/40_custom.in: Ask user to type custom entries below
+ comment, rather than below 'exec tail' line.
+
2009-09-10 Colin Watson <[email protected]>
* util/grub.d/40_custom.in: Make sure that the explanatory text is
Modified: trunk/grub2/util/grub.d/40_custom.in
===================================================================
--- trunk/grub2/util/grub.d/40_custom.in 2009-09-10 12:44:24 UTC (rev
2583)
+++ trunk/grub2/util/grub.d/40_custom.in 2009-09-10 12:53:25 UTC (rev
2584)
@@ -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.
+# This file provides an easy way to add custom menu entries. Simply type the
+# menu entries you want to add after this comment. Be careful not to change
+# the 'exec tail' line above.