Revision: 2007
http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=2007
Author: robertmh
Date: 2009-02-27 21:37:07 +0000 (Fri, 27 Feb 2009)
Log Message:
-----------
2009-02-27 Robert Millan <[email protected]>
* util/grub.d/10_linux.in: Rename "single-user mode" to
"recovery mode".
Modified Paths:
--------------
trunk/grub2/ChangeLog
trunk/grub2/util/grub.d/10_linux.in
Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog 2009-02-27 21:27:01 UTC (rev 2006)
+++ trunk/grub2/ChangeLog 2009-02-27 21:37:07 UTC (rev 2007)
@@ -1,3 +1,8 @@
+2009-02-27 Robert Millan <[email protected]>
+
+ * util/grub.d/10_linux.in: Rename "single-user mode" to
+ "recovery mode".
+
2009-02-27 Vladimir Serbinenko <[email protected]>
Don't leak in SCSI code.
Modified: trunk/grub2/util/grub.d/10_linux.in
===================================================================
--- trunk/grub2/util/grub.d/10_linux.in 2009-02-27 21:27:01 UTC (rev 2006)
+++ trunk/grub2/util/grub.d/10_linux.in 2009-02-27 21:37:07 UTC (rev 2007)
@@ -1,7 +1,7 @@
#! /bin/sh -e
# update-grub helper script.
-# Copyright (C) 2006,2007,2008 Free Software Foundation, Inc.
+# Copyright (C) 2006,2007,2008,2009 Free Software Foundation, Inc.
#
# GRUB is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -139,7 +139,7 @@
EOF
cat << EOF
-menuentry "${OS}, linux ${version} (single-user mode)" {
+menuentry "${OS}, linux ${version} (recovery mode)" {
EOF
prepare_grub_to_access_device ${GRUB_DEVICE_BOOT} | sed -e "s/^/\t/"
cat << EOF