--- trunk/grubby/new-kernel-pkg.8 2011/06/03 20:32:19 1332 +++ trunk/grubby/new-kernel-pkg.8 2011/06/03 20:56:30 1334 @@ -3,11 +3,12 @@ new-kernel-package \- tool to script kernel installation .SH SYNOPSIS -\fBnew-kernel-package\fR [-v] [--mkinitrd] [--rminitrd] +\fBnew-kernel-package\fR [-v] [--mkinitrd] [--rminitrd] [--dracut] [--initrdfile=\fIinitrd-image\fR [--depmod] [--rmmoddep] [--kernel-args=\fIargs\fR] [--remove-args=\fIargs\fR] [--banner=\fIbanner\fR] [--multiboot=\fImultiboot\fR] - [--mbargs=\fImbargs\fR] [--make-default] + [--mbargs=\fImbargs\fR] [--make-default] [--add-dracut-args] + [--add-plymouth-initrd] [--host-only] <--install | --remove | --update | --rpmposttrans> .SH DESCRIPTION @@ -29,6 +30,11 @@ Remove an initial ram filesystem image. .TP +\fB-\-dracut\fR +When creating a new initial ram filesystem image, use dracut(8) rather +than mkinitrd(8). Used in conjunction with -\-mkinitrd . + +.TP \fB-\-initrdfile\fR=\fIinitrd-image\fR Use the specified file as the initial ram filesystem image. @@ -65,6 +71,18 @@ Make this kernel the default boot option. .TP +\fB-\-add-dracut-args\fR +Automatically generate dracut options and add them to the kernel command line. + +.TP +\fB-\-add-plymouth-initrd\fR +Automatically add plymouth to the initial ram filesystem image. + +.TP +\fB-\-host-only\fR +Make an initial ram filesystem image that is specific to the running system. + +.TP \fB-\-install\fR \fIkernel-version\fR Install a new kernel.