From: Harald Hoyer Date: Fri, 8 Apr 2011 08:34:01 +0000 (+0200) Subject: dracut.kernel.7.xml: add FIPS parameter doc X-Git-Tag: 011~126 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0a9d5422c681e1149aa594b7abdeb8c7f1f935ba;p=platform%2Fupstream%2Fdracut.git dracut.kernel.7.xml: add FIPS parameter doc --- diff --git a/dracut.kernel.7.xml b/dracut.kernel.7.xml index ced98f4..ebf5a19 100644 --- a/dracut.kernel.7.xml +++ b/dracut.kernel.7.xml @@ -390,6 +390,37 @@ This parameter can be specified multiple times. + FIPS + + + rd.fips + + enable FIPS + + + + + boot=<boot device> + + + specify the device, where /boot is located. +e.g. + boot=/dev/sda1 + boot=/dev/disk/by-path/pci-0000:00:1f.1-scsi-0:0:1:0-part1 + boot=UUID=<uuid> + boot=LABEL=<label> + + + + + rd.fips.skipkernel + + skip checksum check of the kernel image. Useful, if the kernel image is not in a separate boot partition. + + + + + Network