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 trunk/grubby/grubby.8 revision 1736 by niro, Sat Feb 18 01:02:17 2012 UTC
# Line 5  grubby \- command line tool for configur Line 5  grubby \- command line tool for configur
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]
# Line 94  root device) as possible from the curren Line 94  root device) as possible from the curren
94  and initrd path will never be copied.  and initrd path will never be copied.
95    
96  .TP  .TP
97    \fB-\-debug\fR
98    Display extra debugging information for failures.
99    
100    .TP
101  \fB-\-default-kernel\fR  \fB-\-default-kernel\fR
102  Display the full path to the current default kernel and exit.  Display the full path to the current default kernel and exit.
103    
104  .TP  .TP
105    \fB-\-default-index\fR
106    Display the numeric index of the current default boot entry and exit.
107    
108    .TP
109    \fB-\-default-title\fR
110    Display the title of the current default boot entry and exit.
111    
112    .TP
113  \fB-\-elilo\fR  \fB-\-elilo\fR
114  Use an \fBelilo\fR style configuration file.  Use an \fBelilo\fR style configuration file.
115    
# Line 195  kernels specified by \fB-\-update-kernel Line 207  kernels specified by \fB-\-update-kernel
207    
208    
209  .SH "BUGS"  .SH "BUGS"
210  The command line syntax is more then a little baroque. This probably  The command line syntax is more than a little baroque. This probably
211  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
212  scripts which can get it right.  scripts which can get it right.
213    
# Line 207  scripts which can get it right. Line 219  scripts which can get it right.
219    
220  .SH AUTHORS  .SH AUTHORS
221  .nf  .nf
222  Erik Troan <ewt@redhat.com>  Erik Troan
223  Jeremy Katz <katzj@redhat.com>  Jeremy Katz
224    Peter Jones
225  .fi  .fi

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