X-Git-Url: http://git.osdn.net/view?p=linuxjm%2FLDP_man-pages.git;a=blobdiff_plain;f=original%2Fman7%2Fbootparam.7;h=5d3023af19f3d3e62d2cb8cd01d9bc87bd914ee6;hp=76293af2ddeb0c7e9d0b8830608827579943dbfb;hb=4ea6bb24817f6f049d6bbc90ecd77a869876f9b0;hpb=c22bb444e1a8f4a0e08a82e80ea4ad06593869da diff --git a/original/man7/bootparam.7 b/original/man7/bootparam.7 index 76293af2..5d3023af 100644 --- a/original/man7/bootparam.7 +++ b/original/man7/bootparam.7 @@ -24,10 +24,10 @@ .\" This man page written 950814 by aeb, based on Paul Gortmaker's HOWTO .\" (dated v1.0.1, 15/08/95). .\" Major update, aeb, 970114. -.\" FIXME ? The use of quotes on this page is inconsistent with the +.\" FIXME . The use of quotes on this page is inconsistent with the .\" rest of man-pages. .\" -.TH BOOTPARAM 7 2013-08-01 "Linux" "Linux Programmer's Manual" +.TH BOOTPARAM 7 2014-06-13 "Linux" "Linux Programmer's Manual" .SH NAME bootparam \- introduction to boot time parameters of the Linux kernel .SH DESCRIPTION @@ -215,6 +215,15 @@ possible root devices in major/minor format is also accepted. is major 8, minor 3, so you could use 'root=0x803' as an alternative.) .TP +.BR "'rootdelay='" +This parameter sets the delay (in seconds) to pause before attempting +to mount the root filesystem. +.TP +.BR "'rootflags=...'" +This parameter sets the mount option string for the root filesystem +(see also +.BR fstab (5)). +.TP .BR "'rootfstype=...'" The 'rootfstype' option tells the kernel to mount the root filesystem as if it where of the type specified. @@ -530,7 +539,7 @@ Some poorly designed SCSI devices cannot handle being probed for LUNs not equal to zero. Therefore, if the compile-time flag .B CONFIG_SCSI_MULTI_LUN -is not set, newer kernels will by default only probe LUN zero. +is not set, newer kernels will by default probe only LUN zero. To specify the number of probed LUNs at boot, one enters \&'max_scsi_luns=n' as a boot arg, where n is a number between one and @@ -1593,7 +1602,7 @@ More information may be found in this (or a more recent) HOWTO. An up-to-date source of information is the kernel source file .IR Documentation/kernel-parameters.txt . .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project,