]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2009-02-27 Robert Millan <rmh@aybabtu.com>
authorrobertmh <robertmh@localhost>
Fri, 27 Feb 2009 21:37:07 +0000 (21:37 +0000)
committerrobertmh <robertmh@localhost>
Fri, 27 Feb 2009 21:37:07 +0000 (21:37 +0000)
        * util/grub.d/10_linux.in: Rename "single-user mode" to
        "recovery mode".

ChangeLog
util/grub.d/10_linux.in

index 206dc8c3df96008db82e18fefbfcba1b22a19c84..99d36940a28a89f26e99f0b751e168a9d4247d65 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-02-27  Robert Millan  <rmh@aybabtu.com>
+
+       * util/grub.d/10_linux.in: Rename "single-user mode" to
+       "recovery mode".
+
 2009-02-27  Vladimir Serbinenko  <phcoder@gmail.com>
 
        Don't leak in SCSI code.
index 7cd5a9ed25f729492024bb6534cccfd70ff8f496..010660f687bf598681e18c249705a35601c48ec3 100644 (file)
@@ -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
 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