]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2009-09-10 Colin Watson <cjwatson@ubuntu.com>
authorcjwatson <cjwatson@localhost>
Thu, 10 Sep 2009 12:44:24 +0000 (12:44 +0000)
committercjwatson <cjwatson@localhost>
Thu, 10 Sep 2009 12:44:24 +0000 (12:44 +0000)
* util/grub.d/40_custom.in: Make sure that the explanatory text is
visible in grub.cfg.

ChangeLog
util/grub.d/40_custom.in

index 48580261c731ecc298c5e2692c5d40a976d16d5f..a8d86e55d72ccbbf90e541434c880bed4ec8b091 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-09-10  Colin Watson  <cjwatson@ubuntu.com>
+
+       * util/grub.d/40_custom.in: Make sure that the explanatory text is
+       visible in grub.cfg.
+
 2009-09-10  Colin Watson  <cjwatson@ubuntu.com>
 
        * util/grub.d/40_custom.in: Make it a little clearer how to use this
index 5d967aca9102e874432fcc6fa6187ecc014843e3..694fc9bc2969948c100db6f42eaecbed6cd4a1e1 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.
-exec tail -n +6 $0