Magellan Linux

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

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

revision 1332 by niro, Fri Jun 3 20:32:19 2011 UTC revision 2685 by niro, Wed Jul 16 10:38:09 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]         [--bootloader-probe] [--config-file \fIpath\fR] [--copy-default]
9         [--copy-default] [--default-kernel]         [--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 94  root device) as possible from the curren Line 96  root device) as possible from the curren
96  and initrd path will never be copied.  and initrd path will never be copied.
97    
98  .TP  .TP
99    \fB-\-debug\fR
100    Display extra debugging information for failures.
101    
102    .TP
103  \fB-\-default-kernel\fR  \fB-\-default-kernel\fR
104  Display the full path to the current default kernel and exit.  Display the full path to the current default kernel and exit.
105    
106  .TP  .TP
107    \fB-\-default-index\fR
108    Display the numeric index of the current default boot entry and exit.
109    
110    .TP
111    \fB-\-default-title\fR
112    Display the title of the current default boot entry and exit.
113    
114    .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 142  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.1332  
changed lines
  Added in v.2685