]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2009-09-10 Robert Millan <rmh.grub@aybabtu.com>
authorrobertmh <robertmh@localhost>
Thu, 10 Sep 2009 12:53:25 +0000 (12:53 +0000)
committerrobertmh <robertmh@localhost>
Thu, 10 Sep 2009 12:53:25 +0000 (12:53 +0000)
        * util/grub.d/40_custom.in: Ask user to type custom entries below
        comment, rather than below 'exec tail' line.

ChangeLog
util/grub.d/40_custom.in

index a8d86e55d72ccbbf90e541434c880bed4ec8b091..63924d91790e7f13ff1179f9eb42318233121541 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-09-10  Robert Millan  <rmh.grub@aybabtu.com>
+
+       * 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  <cjwatson@ubuntu.com>
 
        * util/grub.d/40_custom.in: Make sure that the explanatory text is
index 694fc9bc2969948c100db6f42eaecbed6cd4a1e1..48068de469e14b1961019cf848e2b124092ecbd4 100644 (file)
@@ -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.