2008-02-19 Pavel Roskin <proski@gnu.org>
* kern/rescue.c (grub_enter_rescue_mode): Improve initial message.
This commit is contained in:
parent
d38e24c285
commit
79ff665f5e
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-02-19 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* kern/rescue.c (grub_enter_rescue_mode): Improve initial
|
||||
message.
|
||||
|
||||
2008-02-19 Bean <bean123ch@gmail.com>
|
||||
|
||||
* conf/i386-pc.rmk (pkglib_MODULES): Add aout.mod _bsd.mod and bsd.mod.
|
||||
|
|
|
@ -618,7 +618,7 @@ grub_enter_rescue_mode (void)
|
|||
/* First of all, attempt to execute the normal mode. */
|
||||
attempt_normal_mode ();
|
||||
|
||||
grub_printf ("Entering into rescue mode...\n");
|
||||
grub_printf ("Entering rescue mode...\n");
|
||||
|
||||
grub_rescue_register_command ("boot", grub_rescue_cmd_boot,
|
||||
"boot an operating system");
|
||||
|
|
Loading…
Add table
Reference in a new issue