fix a message string.
This commit is contained in:
parent
9bf749438c
commit
c085904fd1
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
1999-09-02 Pavel Roskin <pavel_roskin@geocities.com>
|
||||
|
||||
* stage2/cmdline.c (enter_cmdline) [GRUB_UTIL]: Add a space in
|
||||
the LBA warning message.
|
||||
|
||||
1999-09-02 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>
|
||||
|
||||
The character `=' after a command is now optional.
|
||||
|
|
|
@ -409,7 +409,7 @@ returnit:
|
|||
#ifdef GRUB_UTIL
|
||||
/* XXX Can we determine if LBA is supported in
|
||||
/sbin/grub as well? */
|
||||
grub_printf ("Warning: make sure that the access mode for"
|
||||
grub_printf ("Warning: make sure that the access mode for "
|
||||
"(hd%d) is LBA.\n", current_drive - 0x80);
|
||||
#else
|
||||
/* Check if LBA is supported. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue