]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2009-09-10 Colin Watson <cjwatson@ubuntu.com>
authorcjwatson <cjwatson@localhost>
Thu, 10 Sep 2009 12:10:33 +0000 (12:10 +0000)
committercjwatson <cjwatson@localhost>
Thu, 10 Sep 2009 12:10:33 +0000 (12:10 +0000)
* util/grub.d/40_custom.in: Make it a little clearer how to use this
file.

ChangeLog
util/grub.d/40_custom.in

index a744ca43d4741e608d9519ea7eeebc0b0c7376dc..48580261c731ecc298c5e2692c5d40a976d16d5f 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 it a little clearer how to use this
+       file.
+
 2009-09-10  Felix Zielcke  <fzielcke@z-51.de>
 
        * docs/grub.cfg: Add an example menu entry for memtest86+.
index e16d6e3d62a0f2be78e44bcdc23dea5d78a244af..5d967aca9102e874432fcc6fa6187ecc014843e3 100644 (file)
@@ -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