2009-02-27 Robert Millan <rmh@aybabtu.com>

* util/grub.d/10_linux.in: Rename "single-user mode" to
        "recovery mode".
This commit is contained in:
robertmh 2009-02-27 21:37:07 +00:00
parent 6e8c9c3a87
commit 51cd3dfc70
2 changed files with 7 additions and 2 deletions

View File

@ -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.

View 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