- Added missing space to --force-lba option
This commit is contained in:
parent
2c48c7472d
commit
ca305dc1b1
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2002-10-10 Jason Thomas <jason@topic.com.au>
|
||||
|
||||
* stage2/builtins.c (setup_func): Added missing space to --force-lba
|
||||
option. Reported by Kenneth Crudup <kenny@panix.com>
|
||||
|
||||
2002-10-06 Yoshinori K. Okuji <okuji@enbug.org>
|
||||
|
||||
* stage2/asm.S (gateA20): Output a dummy command (0xff), as a
|
||||
|
|
|
@ -3880,7 +3880,7 @@ setup_func (char *arg, int flags)
|
|||
#if 1
|
||||
/* Don't embed a drive number unnecessarily. */
|
||||
grub_sprintf (cmd_arg, "%s%s%s%s %s%s %s p %s %s",
|
||||
is_force_lba? "--force-lba" : "",
|
||||
is_force_lba? "--force-lba " : "",
|
||||
stage2_arg? stage2_arg : "",
|
||||
stage2_arg? " " : "",
|
||||
stage1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue