--- trunk/grubby/new-kernel-pkg.8 2011/06/03 20:32:19 1332 +++ trunk/grubby/new-kernel-pkg.8 2014/07/16 10:38:09 2685 @@ -3,11 +3,12 @@ new-kernel-package \- tool to script kernel installation .SH SYNOPSIS -\fBnew-kernel-package\fR [-v] [--mkinitrd] [--rminitrd] - [--initrdfile=\fIinitrd-image\fR [--depmod] [--rmmoddep] +\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] [--devtree=\fIdevicetree.dtb\fR] <--install | --remove | --update | --rpmposttrans> .SH DESCRIPTION @@ -29,6 +30,16 @@ Remove an initial ram filesystem image. .TP +\fB-\-devtree\fR=\fIdevicetree.dtb\fR +Use \fIdevicetree.dtb\fR as the device tree file in place of any devicetree +directive from the template stanza. + +.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 +76,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.