Magellan Linux

Diff of /tags/grubby-8_40_20170706/new-kernel-pkg.8

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

trunk/mkinitrd-magellan/grubby/new-kernel-pkg.8 revision 1307 by niro, Fri May 27 17:34:30 2011 UTC trunk/grubby/new-kernel-pkg.8 revision 2685 by niro, Wed Jul 16 10:38:09 2014 UTC
# Line 3  Line 3 
3  new-kernel-package \- tool to script kernel installation  new-kernel-package \- tool to script kernel installation
4    
5  .SH SYNOPSIS  .SH SYNOPSIS
6  \fBnew-kernel-package\fR [-v] [--mkinitrd] [--rminitrd]  \fBnew-kernel-package\fR [-v] [--mkinitrd] [--rminitrd] [--dracut]
7         [--initrdfile=\fIinitrd-image\fR [--depmod] [--rmmoddep]         [--initrdfile=\fIinitrd-image\fR] [--depmod] [--rmmoddep]
8         [--kernel-args=\fIargs\fR] [--remove-args=\fIargs\fR]         [--kernel-args=\fIargs\fR] [--remove-args=\fIargs\fR]
9         [--banner=\fIbanner\fR] [--multiboot=\fImultiboot\fR]         [--banner=\fIbanner\fR] [--multiboot=\fImultiboot\fR]
10         [--mbargs=\fImbargs\fR] [--make-default]         [--mbargs=\fImbargs\fR] [--make-default] [--add-dracut-args]
11           [--add-plymouth-initrd] [--host-only] [--devtree=\fIdevicetree.dtb\fR]
12         <--install | --remove | --update | --rpmposttrans> <kernel-version>         <--install | --remove | --update | --rpmposttrans> <kernel-version>
13    
14  .SH DESCRIPTION  .SH DESCRIPTION
# Line 29  Create a new initial ram filesystem imag Line 30  Create a new initial ram filesystem imag
30  Remove an initial ram filesystem image.  Remove an initial ram filesystem image.
31    
32  .TP  .TP
33    \fB-\-devtree\fR=\fIdevicetree.dtb\fR
34    Use \fIdevicetree.dtb\fR as the device tree file in place of any devicetree
35    directive from the template stanza.
36    
37    .TP
38    \fB-\-dracut\fR
39    When creating a new initial ram filesystem image, use dracut(8) rather
40    than mkinitrd(8).  Used in conjunction with -\-mkinitrd .
41    
42    .TP
43  \fB-\-initrdfile\fR=\fIinitrd-image\fR  \fB-\-initrdfile\fR=\fIinitrd-image\fR
44  Use the specified file as the initial ram filesystem image.  Use the specified file as the initial ram filesystem image.
45    
# Line 65  Use \fImbargs\fR as arguments to the mul Line 76  Use \fImbargs\fR as arguments to the mul
76  Make this kernel the default boot option.  Make this kernel the default boot option.
77    
78  .TP  .TP
79    \fB-\-add-dracut-args\fR
80    Automatically generate dracut options and add them to the kernel command line.
81    
82    .TP
83    \fB-\-add-plymouth-initrd\fR
84    Automatically add plymouth to the initial ram filesystem image.
85    
86    .TP
87    \fB-\-host-only\fR
88    Make an initial ram filesystem image that is specific to the running system.
89    
90    .TP
91  \fB-\-install\fR \fIkernel-version\fR  \fB-\-install\fR \fIkernel-version\fR
92  Install a new kernel.  Install a new kernel.
93    

Legend:
Removed from v.1307  
changed lines
  Added in v.2685