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 1152 by niro, Tue Sep 14 19:37:00 2010 UTC trunk/grubby/grubby.8 revision 1721 by niro, Sat Feb 18 00:52:28 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]         [--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 98  and initrd path will never be copied. Line 98  and initrd path will never be copied.
98  Display the full path to the current default kernel and exit.  Display the full path to the current default kernel and exit.
99    
100  .TP  .TP
101    \fB-\-default-index\fR
102    Display the numeric index of the current default boot entry and exit.
103    
104    .TP
105    \fB-\-default-title\fR
106    Display the title of the current default boot entry and exit.
107    
108    .TP
109  \fB-\-elilo\fR  \fB-\-elilo\fR
110  Use an \fBelilo\fR style configuration file.  Use an \fBelilo\fR style configuration file.
111    
# Line 207  scripts which can get it right. Line 215  scripts which can get it right.
215    
216  .SH AUTHORS  .SH AUTHORS
217  .nf  .nf
218  Erik Troan <ewt@redhat.com>  Erik Troan
219  Jeremy Katz <katzj@redhat.com>  Jeremy Katz
220    Peter Jones
221  .fi  .fi

Legend:
Removed from v.1152  
changed lines
  Added in v.1721