commit-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[2582] 2009-09-10 Colin Watson <address@hidden>


From: Colin Watson
Subject: [2582] 2009-09-10 Colin Watson <address@hidden>
Date: Thu, 10 Sep 2009 12:10:35 +0000

Revision: 2582
          http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=2582
Author:   cjwatson
Date:     2009-09-10 12:10:33 +0000 (Thu, 10 Sep 2009)
Log Message:
-----------
2009-09-10  Colin Watson  <address@hidden>

        * util/grub.d/40_custom.in: Make it a little clearer how to use this
        file.

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

Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog       2009-09-09 22:31:51 UTC (rev 2581)
+++ trunk/grub2/ChangeLog       2009-09-10 12:10:33 UTC (rev 2582)
@@ -1,3 +1,8 @@
+2009-09-10  Colin Watson  <address@hidden>
+
+       * util/grub.d/40_custom.in: Make it a little clearer how to use this
+       file.
+
 2009-09-10  Felix Zielcke  <address@hidden>
 
        * docs/grub.cfg: Add an example menu entry for memtest86+.

Modified: trunk/grub2/util/grub.d/40_custom.in
===================================================================
--- trunk/grub2/util/grub.d/40_custom.in        2009-09-09 22:31:51 UTC (rev 
2581)
+++ trunk/grub2/util/grub.d/40_custom.in        2009-09-10 12:10:33 UTC (rev 
2582)
@@ -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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]