2003-05-04 Yoshinori K. Okuji <okuji@enbug.org>
* docs/grub.texi (partnew): Fixed the inconsistency between the implementation and the documentation. The last argument is the length instead of the ending address. Reported by Daniel Farrell <s2108287@student.rmit.edu.au>.
This commit is contained in:
parent
5eebfaf282
commit
90537aaed7
3 changed files with 11 additions and 4 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
2003-05-04 Yoshinori K. Okuji <okuji@enbug.org>
|
||||||
|
|
||||||
|
* docs/grub.texi (partnew): Fixed the inconsistency between the
|
||||||
|
implementation and the documentation. The last argument is the
|
||||||
|
length instead of the ending address.
|
||||||
|
Reported by Daniel Farrell <s2108287@student.rmit.edu.au>.
|
||||||
|
|
||||||
2003-03-19 Yoshinori K. Okuji <okuji@enbug.org>
|
2003-03-19 Yoshinori K. Okuji <okuji@enbug.org>
|
||||||
|
|
||||||
From Adam Lackorzynski <adam@os.inf.tu-dresden.de>:
|
From Adam Lackorzynski <adam@os.inf.tu-dresden.de>:
|
||||||
|
|
1
THANKS
1
THANKS
|
@ -24,6 +24,7 @@ Cedric Ware <ware@com.enst.fr>
|
||||||
Chip Salzenberg <chip@valinux.com>
|
Chip Salzenberg <chip@valinux.com>
|
||||||
Christoph Plattner <Christoph.Plattner@dot.at>
|
Christoph Plattner <Christoph.Plattner@dot.at>
|
||||||
Dan J. Walters <djw@cs.utexas.edu>
|
Dan J. Walters <djw@cs.utexas.edu>
|
||||||
|
Daniel Farrell <s2108287@student.rmit.edu.au>
|
||||||
Daniel Pittman <daniel@rimspace.net>
|
Daniel Pittman <daniel@rimspace.net>
|
||||||
Daniel Wagner <wagi@gmx.ch>
|
Daniel Wagner <wagi@gmx.ch>
|
||||||
Danilo Godec <danci@agenda.si>
|
Danilo Godec <danci@agenda.si>
|
||||||
|
|
|
@ -2089,12 +2089,11 @@ it is disabled. If no argument is given, the state is toggled.
|
||||||
@node partnew
|
@node partnew
|
||||||
@subsection partnew
|
@subsection partnew
|
||||||
|
|
||||||
@deffn Command partnew part type from to
|
@deffn Command partnew part type from len
|
||||||
Create a new primary partition. @var{part} is a partition specification
|
Create a new primary partition. @var{part} is a partition specification
|
||||||
in GRUB syntax (@pxref{Naming convention}); @var{type} is the partition
|
in GRUB syntax (@pxref{Naming convention}); @var{type} is the partition
|
||||||
type and must be a number in the range @code{0-0xff}; @var{from} and
|
type and must be a number in the range @code{0-0xff}; @var{from} is
|
||||||
@var{to} are the starting and ending sectors, expressed as an absolute
|
the starting address and @var{to} is the length, both in sector units.
|
||||||
sector number.
|
|
||||||
@end deffn
|
@end deffn
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue