Magellan Linux

Diff of /trunk/grubby/grubby.8

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

revision 2958 by niro, Wed Jun 29 14:07:08 2016 UTC revision 3008 by niro, Tue Jun 27 14:29:11 2017 UTC
# Line 7  grubby \- command line tool for configur Line 7  grubby \- command line tool for configur
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]         [--devtree=\fIdevicetree.dtb\fR] [--set-index=\fIentry-index\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] [--set-default-index=\fientry-index\fR]         [--set-default=\fIkernel-path\fR] [--set-default-index=\fIentry-index\fR]
16         [--title=entry-title] [--add-multiboot=\fImultiboot-path\fR]         [--title=entry-title] [--add-multiboot=\fImultiboot-path\fR]
17         [--mbargs=\fIargs\fR] [--remove-multiboot=\fImultiboot-path\fR]         [--mbargs=\fIargs\fR] [--remove-multiboot=\fImultiboot-path\fR]
18         [--remove-mbargs=\fIargs\fR]         [--remove-mbargs=\fIargs\fR]
# Line 29  the configuration file is in \fB/boot/gr Line 29  the configuration file is in \fB/boot/gr
29  x86 platforms, \fBgrub2\fR is the default bootloader, and the configuration  x86 platforms, \fBgrub2\fR is the default bootloader, and the configuration
30  file is in \fB/boot/efi/EFI/redhat/grub.cfg\fR.  On Intel ia64 platforms,  file is in \fB/boot/efi/EFI/redhat/grub.cfg\fR.  On Intel ia64 platforms,
31  \fBelilo\fR mode is used and the default location for the configuration file  \fBelilo\fR mode is used and the default location for the configuration file
32  is \fB/boot/efi/EFI/redhat/elilo.conf\fR. On PowerPC platforms, \fByaboot\fR  is \fB/boot/efi/EFI/redhat/elilo.conf\fR. On PowerPC platforms, systems based
33  parsing is used and the configuration file should be in \fB/etc/yaboot.conf\fR.  on Power8 now support \fBgrub2\fR as a bootloader and store using a default
34    config stored in \fB/boot/grub2/grub.cfg\fR. The earlier Power7 systems use \fByaboot\fR
35    parsing and the configuration file should be in \fB/etc/yaboot.conf\fR.  On
36    s390 platforms the \fBzipl bootloader\fR will read from \fB/etc/zipl.conf\fR.
37    
38  There are a number of ways to specify the kernel used for \fB-\-info\fR,  There are a number of ways to specify the kernel used for \fB-\-info\fR,
39  \fB-\-remove-kernel\fR, and \fB-\-update-kernel\fR. Specificying \fBDEFAULT\fR  \fB-\-remove-kernel\fR, and \fB-\-update-kernel\fR. Specificying \fBDEFAULT\fR
# Line 46  with that title are used. Line 49  with that title are used.
49  Add a new boot entry for the kernel located at \fIkernel-path\fR.  Add a new boot entry for the kernel located at \fIkernel-path\fR.
50    
51  .TP  .TP
52    \fB-\-set-index\fR=\fIentry-index\fR
53    Set the position at which to add a new entry created with \fB-\-add-kernel\fR.
54    
55    .TP
56  \fB-\-args\fR=\fIkernel-args\fR  \fB-\-args\fR=\fIkernel-args\fR
57  When a new kernel is added, this specifies the command line arguments  When a new kernel is added, this specifies the command line arguments
58  which should be passed to the kernel by default (note they are merged  which should be passed to the kernel by default (note they are merged

Legend:
Removed from v.2958  
changed lines
  Added in v.3008