Revision: 2485
http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=2485
Author: fzielcke
Date: 2009-08-08 17:59:19 +0000 (Sat, 08 Aug 2009)
Log Message:
-----------
2009-08-08 Felix Zielcke <[email protected]>
* util/grub.d/00_header.in: Fix a comment.
* util/grub.d/10_linux.in: Likewise.
* util/grub.d/10_windows.in: Likewise.
* util/grub.d/10_hurd.in: Likewise.
Modified Paths:
--------------
trunk/grub2/ChangeLog
trunk/grub2/util/grub.d/00_header.in
trunk/grub2/util/grub.d/10_hurd.in
trunk/grub2/util/grub.d/10_linux.in
trunk/grub2/util/grub.d/10_windows.in
Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog 2009-08-08 06:41:54 UTC (rev 2484)
+++ trunk/grub2/ChangeLog 2009-08-08 17:59:19 UTC (rev 2485)
@@ -1,5 +1,12 @@
2009-08-08 Felix Zielcke <[email protected]>
+ * util/grub.d/00_header.in: Fix a comment.
+ * util/grub.d/10_linux.in: Likewise.
+ * util/grub.d/10_windows.in: Likewise.
+ * util/grub.d/10_hurd.in: Likewise.
+
+2009-08-08 Felix Zielcke <[email protected]>
+
* util/grub-mkconfig.in: Allow the user to specify the used font
with GRUB_FONT.
Modified: trunk/grub2/util/grub.d/00_header.in
===================================================================
--- trunk/grub2/util/grub.d/00_header.in 2009-08-08 06:41:54 UTC (rev
2484)
+++ trunk/grub2/util/grub.d/00_header.in 2009-08-08 17:59:19 UTC (rev
2485)
@@ -1,6 +1,6 @@
#! /bin/sh -e
-# update-grub helper script.
+# grub-mkconfig helper script.
# Copyright (C) 2006,2007,2008,2009 Free Software Foundation, Inc.
#
# GRUB is free software: you can redistribute it and/or modify
Modified: trunk/grub2/util/grub.d/10_hurd.in
===================================================================
--- trunk/grub2/util/grub.d/10_hurd.in 2009-08-08 06:41:54 UTC (rev 2484)
+++ trunk/grub2/util/grub.d/10_hurd.in 2009-08-08 17:59:19 UTC (rev 2485)
@@ -1,6 +1,6 @@
#! /bin/sh -e
-# update-grub helper script.
+# grub-mkconfig helper script.
# Copyright (C) 2006,2007,2008 Free Software Foundation, Inc.
#
# GRUB is free software: you can redistribute it and/or modify
Modified: trunk/grub2/util/grub.d/10_linux.in
===================================================================
--- trunk/grub2/util/grub.d/10_linux.in 2009-08-08 06:41:54 UTC (rev 2484)
+++ trunk/grub2/util/grub.d/10_linux.in 2009-08-08 17:59:19 UTC (rev 2485)
@@ -1,6 +1,6 @@
#! /bin/sh -e
-# update-grub helper script.
+# grub-mkconfig helper script.
# Copyright (C) 2006,2007,2008,2009 Free Software Foundation, Inc.
#
# GRUB is free software: you can redistribute it and/or modify
Modified: trunk/grub2/util/grub.d/10_windows.in
===================================================================
--- trunk/grub2/util/grub.d/10_windows.in 2009-08-08 06:41:54 UTC (rev
2484)
+++ trunk/grub2/util/grub.d/10_windows.in 2009-08-08 17:59:19 UTC (rev
2485)
@@ -1,6 +1,6 @@
#! /bin/sh -e
-# update-grub helper script.
+# grub-mkconfig helper script.
# Copyright (C) 2008 Free Software Foundation, Inc.
#
# GRUB is free software: you can redistribute it and/or modify