Magellan Linux

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

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

trunk/mkinitrd-magellan/grubby/grubby.8 revision 532 by niro, Sat Sep 1 22:45:15 2007 UTC tags/grubby-8_16/grubby.8 revision 1933 by niro, Mon Oct 1 12:07:35 2012 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         [--grub] [--lilo] [--yaboot] [--silo] [--zipl]         [--grub] [--lilo] [--yaboot] [--silo] [--zipl]
11         [--info=\fIkernel-path\fR] [--initrd=\fIinitrd-path\fR]         [--info=\fIkernel-path\fR] [--initrd=\fIinitrd-path\fR]
12         [--make-default] [-o path] [--version]         [--make-default] [-o path] [--version]
13         [--remove-kernel=\fIkernel-path\fR] [--remove-args=\fIargs\fR]         [--remove-kernel=\fIkernel-path\fR] [--remove-args=\fIargs\fR]
14         [--set-default=\fIkernel-path\fR] [--title=entry-title]         [--set-default=\fIkernel-path\fR] [--set-default-index=\fientry-index\fR]
15         [--add-multiboot=\fImultiboot-path\fR] [--mbargs=\fIargs\fR]         [--title=entry-title] [--add-multiboot=\fImultiboot-path\fR]
16         [--remove-multiboot=\fImultiboot-path\fR] [--remove-mbargs=\fIargs\fR]         [--mbargs=\fIargs\fR] [--remove-multiboot=\fImultiboot-path\fR]
17           [--remove-mbargs=\fIargs\fR]
18    
19  .SH DESCRIPTION  .SH DESCRIPTION
20  \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 95  root device) as possible from the curren
95  and initrd path will never be copied.  and initrd path will never be copied.
96    
97  .TP  .TP
98    \fB-\-debug\fR
99    Display extra debugging information for failures.
100    
101    .TP
102  \fB-\-default-kernel\fR  \fB-\-default-kernel\fR
103  Display the full path to the current default kernel and exit.  Display the full path to the current default kernel and exit.
104    
105  .TP  .TP
106    \fB-\-default-index\fR
107    Display the numeric index of the current default boot entry and exit.
108    
109    .TP
110    \fB-\-default-title\fR
111    Display the title of the current default boot entry and exit.
112    
113    .TP
114  \fB-\-elilo\fR  \fB-\-elilo\fR
115  Use an \fBelilo\fR style configuration file.  Use an \fBelilo\fR style configuration file.
116    
# Line 142  The first entry which boots the specifie Line 155  The first entry which boots the specifie
155  boot entry.  boot entry.
156    
157  .TP  .TP
158    \fB-\-set-default-index\fR=\fIentry-index\fR
159    Makes the given entry number the default boot entry.
160    
161    .TP
162  \fB-\-title\fR=\fIentry-title\fR  \fB-\-title\fR=\fIentry-title\fR
163  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
164  (\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
# Line 195  kernels specified by \fB-\-update-kernel Line 212  kernels specified by \fB-\-update-kernel
212    
213    
214  .SH "BUGS"  .SH "BUGS"
215  The command line syntax is more then a little baroque. This probably  The command line syntax is more than a little baroque. This probably
216  won't be fixed as \fBgrubby\fR is only intended to be called from shell  won't be fixed as \fBgrubby\fR is only intended to be called from shell
217  scripts which can get it right.  scripts which can get it right.
218    
# Line 207  scripts which can get it right. Line 224  scripts which can get it right.
224    
225  .SH AUTHORS  .SH AUTHORS
226  .nf  .nf
227  Erik Troan <ewt@redhat.com>  Erik Troan
228  Jeremy Katz <katzj@redhat.com>  Jeremy Katz
229    Peter Jones
230  .fi  .fi

Legend:
Removed from v.532  
changed lines
  Added in v.1933