From 51cd3dfc70e1cf0c78652293407006591eae5faa Mon Sep 17 00:00:00 2001 From: robertmh Date: Fri, 27 Feb 2009 21:37:07 +0000 Subject: [PATCH] 2009-02-27 Robert Millan * util/grub.d/10_linux.in: Rename "single-user mode" to "recovery mode". --- ChangeLog | 5 +++++ util/grub.d/10_linux.in | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 206dc8c3d..99d36940a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-02-27 Robert Millan + + * util/grub.d/10_linux.in: Rename "single-user mode" to + "recovery mode". + 2009-02-27 Vladimir Serbinenko Don't leak in SCSI code. diff --git a/util/grub.d/10_linux.in b/util/grub.d/10_linux.in index 7cd5a9ed2..010660f68 100644 --- a/util/grub.d/10_linux.in +++ b/util/grub.d/10_linux.in @@ -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