Magellan Linux

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

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

revision 1332 by niro, Fri Jun 3 20:32:19 2011 UTC revision 1334 by niro, Fri Jun 3 20:56:30 2011 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]
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-\-dracut\fR
34    When creating a new initial ram filesystem image, use dracut(8) rather
35    than mkinitrd(8).  Used in conjunction with -\-mkinitrd .
36    
37    .TP
38  \fB-\-initrdfile\fR=\fIinitrd-image\fR  \fB-\-initrdfile\fR=\fIinitrd-image\fR
39  Use the specified file as the initial ram filesystem image.  Use the specified file as the initial ram filesystem image.
40    
# Line 65  Use \fImbargs\fR as arguments to the mul Line 71  Use \fImbargs\fR as arguments to the mul
71  Make this kernel the default boot option.  Make this kernel the default boot option.
72    
73  .TP  .TP
74    \fB-\-add-dracut-args\fR
75    Automatically generate dracut options and add them to the kernel command line.
76    
77    .TP
78    \fB-\-add-plymouth-initrd\fR
79    Automatically add plymouth to the initial ram filesystem image.
80    
81    .TP
82    \fB-\-host-only\fR
83    Make an initial ram filesystem image that is specific to the running system.
84    
85    .TP
86  \fB-\-install\fR \fIkernel-version\fR  \fB-\-install\fR \fIkernel-version\fR
87  Install a new kernel.  Install a new kernel.
88    

Legend:
Removed from v.1332  
changed lines
  Added in v.1334