add some new commands to the stage2 for the network support.
This commit is contained in:
parent
1bb94397a5
commit
899a275d55
10 changed files with 138 additions and 79 deletions
|
@ -498,6 +498,10 @@ the line, starting with the first non-space character.
|
|||
|
||||
Commands usable both in the menu and in the command line.
|
||||
|
||||
@deffn Command bootp
|
||||
Initialize a network device via the @dfn{BOOTP} protocol.
|
||||
@end deffn
|
||||
|
||||
@deffn Command color normal [highlight]
|
||||
Change the menu colors. The color @var{normal} is used for most
|
||||
lines in the menu, and the color @var{highlight} is used to highlight the
|
||||
|
@ -592,12 +596,21 @@ This command can be used only in the grub shell (@pxref{Invoking the
|
|||
grub shell}).
|
||||
@end deffn
|
||||
|
||||
@deffn Command dhcp
|
||||
Initialize a network device via the @dfn{DHCP} protocol. At the moment,
|
||||
this command is just an alias for @command{bootp}.
|
||||
@end deffn
|
||||
|
||||
@deffn Command hide partition
|
||||
Hide @var{partition} by setting the @dfn{hidden} bit in its partition
|
||||
type code. This is useful only for DOS or Windows when multiple primary
|
||||
partitions exist in one disk.
|
||||
@end deffn
|
||||
|
||||
@deffn Command rarp
|
||||
Initialize a network device via the @dfn{RARP} protocol.
|
||||
@end deffn
|
||||
|
||||
@deffn Command setkey to_key from_key
|
||||
Change the keyboard map. The key @var{from_key} is mapped to the key
|
||||
@var{to_key}. Note that this command @emph{does not} exchange the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue