Magellan Linux

Diff of /tags/grubby-8_31/grubby.8

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

trunk/grubby/grubby.8 revision 1736 by niro, Sat Feb 18 01:02:17 2012 UTC tags/grubby-8_31/grubby.8 revision 2698 by niro, Wed Jul 16 10:49:32 2014 UTC
# Line 1  Line 1 
1  .TH GRUBBY 8 "Tue Jan 18 2005"  .TH GRUBBY 8 "Tue Jan 18 2005"
2  .SH NAME  .SH NAME
3  grubby \- command line tool for configuring grub, lilo, and elilo  grubby \- command line tool for configuring grub, lilo, elilo, yaboot and zipl
4    
5  .SH SYNOPSIS  .SH SYNOPSIS
6  \fBgrubby\fR [--add-kernel=\fIkernel-path\fR] [--args=\fIargs\fR]  \fBgrubby\fR [--add-kernel=\fIkernel-path\fR] [--args=\fIargs\fR]
7         [--bad-image-okay] [--boot-filesystem=\fIbootfs\fR]         [--bad-image-okay] [--boot-filesystem=\fIbootfs\fR]
8         [--bootloader-probe] [--config-file \fIpath\fR] [--copy-default]         [--bootloader-probe] [--config-file \fIpath\fR] [--copy-default]
9         [--debug] [--default-kernel] [--default-index] [--default-title]         [--debug] [--default-kernel] [--default-index] [--default-title]
10           [--devtree=\fIdevicetree.dtb\fR]
11         [--grub] [--lilo] [--yaboot] [--silo] [--zipl]         [--grub] [--lilo] [--yaboot] [--silo] [--zipl]
12         [--info=\fIkernel-path\fR] [--initrd=\fIinitrd-path\fR]         [--info=\fIkernel-path\fR] [--initrd=\fIinitrd-path\fR]
13         [--make-default] [-o path] [--version]         [--make-default] [-o path] [--version]
14         [--remove-kernel=\fIkernel-path\fR] [--remove-args=\fIargs\fR]         [--remove-kernel=\fIkernel-path\fR] [--remove-args=\fIargs\fR]
15         [--set-default=\fIkernel-path\fR] [--title=entry-title]         [--set-default=\fIkernel-path\fR] [--set-default-index=\fientry-index\fR]
16         [--add-multiboot=\fImultiboot-path\fR] [--mbargs=\fIargs\fR]         [--title=entry-title] [--add-multiboot=\fImultiboot-path\fR]
17         [--remove-multiboot=\fImultiboot-path\fR] [--remove-mbargs=\fIargs\fR]         [--mbargs=\fIargs\fR] [--remove-multiboot=\fImultiboot-path\fR]
18           [--remove-mbargs=\fIargs\fR]
19    
20  .SH DESCRIPTION  .SH DESCRIPTION
21  \fBgrubby\fR is a command line tool for updating and displaying information  \fBgrubby\fR is a command line tool for updating and displaying information
# Line 110  Display the numeric index of the current Line 112  Display the numeric index of the current
112  Display the title of the current default boot entry and exit.  Display the title of the current default boot entry and exit.
113    
114  .TP  .TP
115    \fB-\-devtree\fR=\fIpath\fR
116    Use \fIpath\fR for device tree path in place of the path of any devicetree
117    directive found in the template stanza.
118    
119    .TP
120  \fB-\-elilo\fR  \fB-\-elilo\fR
121  Use an \fBelilo\fR style configuration file.  Use an \fBelilo\fR style configuration file.
122    
# Line 154  The first entry which boots the specifie Line 161  The first entry which boots the specifie
161  boot entry.  boot entry.
162    
163  .TP  .TP
164    \fB-\-set-default-index\fR=\fIentry-index\fR
165    Makes the given entry number the default boot entry.
166    
167    .TP
168  \fB-\-title\fR=\fIentry-title\fR  \fB-\-title\fR=\fIentry-title\fR
169  When a new kernel entry is added \fIentry-title\fR is used as the title  When a new kernel entry is added \fIentry-title\fR is used as the title
170  (\fBlilo\fR label) for the entry. If \fIentry-title\fR is longer then maximum  (\fBlilo\fR label) for the entry. If \fIentry-title\fR is longer then maximum

Legend:
Removed from v.1736  
changed lines
  Added in v.2698