/[grub]/grub/docs/grub.texi
ViewVC logotype

Diff of /grub/docs/grub.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.64 by okuji, Thu Nov 14 22:22:39 2002 UTC revision 1.65 by okuji, Fri Nov 29 20:39:23 2002 UTC
# Line 24  Line 24 
24  * grub-install: (grub)Invoking grub-install.    Install GRUB on your drive  * grub-install: (grub)Invoking grub-install.    Install GRUB on your drive
25  * grub-md5-crypt: (grub)Invoking grub-md5-crypt.        Encrypt a password  * grub-md5-crypt: (grub)Invoking grub-md5-crypt.        Encrypt a password
26                                                          in MD5 format                                                          in MD5 format
27    * grub-terminfo: (grub)Invoking grub-terminfo.  Generate a terminfo
28                                                    command from a
29                                                    terminfo name
30  * mbchk: (grub)Invoking mbchk.  Check for the format of a Multiboot kernel  * mbchk: (grub)Invoking mbchk.  Check for the format of a Multiboot kernel
31  @end direntry  @end direntry
32    
# Line 109  This edition documents version @value{VE Line 112  This edition documents version @value{VE
112  * Invoking the grub shell::     How to use the grub shell  * Invoking the grub shell::     How to use the grub shell
113  * Invoking grub-install::       How to use the GRUB installer  * Invoking grub-install::       How to use the GRUB installer
114  * Invoking grub-md5-crypt::     How to generate a cryptic password  * Invoking grub-md5-crypt::     How to generate a cryptic password
115    * Invoking grub-terminfo::      How to generate a terminfo command
116  * Invoking mbchk::              How to use the Multiboot checker  * Invoking mbchk::              How to use the Multiboot checker
117  * Obtaining and Building GRUB:: How to obtain and build GRUB  * Obtaining and Building GRUB:: How to obtain and build GRUB
118  * Reporting bugs::              Where you should send a bug report  * Reporting bugs::              Where you should send a bug report
# Line 1908  Commands usable both in the menu and in Line 1912  Commands usable both in the menu and in
1912  * serial::                      Set up a serial device  * serial::                      Set up a serial device
1913  * setkey::                      Configure the key map  * setkey::                      Configure the key map
1914  * terminal::                    Choose a terminal  * terminal::                    Choose a terminal
1915    * terminfo::                    Define escape sequences for a terminal
1916  * tftpserver::                  Specify a TFTP server  * tftpserver::                  Specify a TFTP server
1917  * unhide::                      Unhide a partition  * unhide::                      Unhide a partition
1918  @end menu  @end menu
# Line 2318  The option @option{--no-edit} disables t Line 2323  The option @option{--no-edit} disables t
2323  @end deffn  @end deffn
2324    
2325    
2326    @node terminfo
2327    @subsection terminfo
2328    
2329    @deffn Command terminfo @option{--name=name} @option{--cursor-address=seq} [@option{--clear-screen=seq}] [@option{--enter-standout-mode=seq}] [@option{--exit-standout-mode=seq}]
2330    Define the capabilities of your terminal. Use this command to define
2331    escape sequences, unless it is vt100-compatible. You may use @samp{\e}
2332    for @key{ESC} and @samp{^X} for a control character.
2333    
2334    You can use the utility @command{grub-terminfo} to generate
2335    appropriate arguments to this command. @xref{Invoking grub-terminfo}.
2336    
2337    If no option is specified, the current settings are printed.
2338    @end deffn
2339    
2340    
2341  @node tftpserver  @node tftpserver
2342  @subsection tftpserver  @subsection tftpserver
2343    
# Line 3413  Use @var{file} as the grub shell. Line 3433  Use @var{file} as the grub shell.
3433  @end table  @end table
3434    
3435    
3436    @node Invoking grub-terminfo
3437    @chapter Invoking grub-md5-crypt
3438    
3439    The program @command{grub-terminfo} generates a terminfo command from
3440    a terminfo name (@pxref{terminfo}). The result can be used in the
3441    configuration file, to define escape sequences. Because GRUB assumes
3442    that your terminal is vt100-compatible by default, this would be
3443    useful only if your terminal is uncommon (such as vt52).
3444    
3445    @command{grub-terminfo} accepts the following options:
3446    
3447    @table @option
3448    @item --help
3449    Print a summary of the command-line options and exit.
3450    
3451    @item --version
3452    Print the version information and exit.
3453    @end table
3454    
3455    You must specify one argument to this command. For example:
3456    
3457    @example
3458    @kbd{grub-terminfo vt52}
3459    @end example
3460    
3461    
3462  @node Invoking mbchk  @node Invoking mbchk
3463  @chapter Invoking mbchk  @chapter Invoking mbchk
3464    
# Line 3552  thing. Line 3598  thing.
3598  @end enumerate  @end enumerate
3599    
3600  If you realize the guideline above, submit a report to the  If you realize the guideline above, submit a report to the
3601  @uref{http://savannah.gnu.org/bugs/?group=grub, Bug Tracking System}.  @uref{http://bugcomm.enbug.org, Bug Tracking System}.
3602  Alternatively, you can submit a report via electronic mail to  Alternatively, you can submit a report via electronic mail to
3603  @email{bug-grub@@gnu.org}, but we strongly recommend that you use the  @email{bug-grub@@gnu.org}, but we strongly recommend that you use the
3604  Bug Tracking System, because e-mail can be passed over easily.  Bug Tracking System, because e-mail can be passed over easily.

Legend:
Removed from v.1.64  
changed lines
  Added in v.1.65

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26