aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/kernel-parameters.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r--Documentation/kernel-parameters.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index 67473849f20e..9913f0676643 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -1419,6 +1419,11 @@ and is between 256 and 4096 characters. It is defined in the file
1419 1419
1420 scsi_logging= [SCSI] 1420 scsi_logging= [SCSI]
1421 1421
1422 scsi_mod.scan= [SCSI] sync (default) scans SCSI busses as they are
1423 discovered. async scans them in kernel threads,
1424 allowing boot to proceed. none ignores them, expecting
1425 user space to do the scan.
1426
1422 selinux [SELINUX] Disable or enable SELinux at boot time. 1427 selinux [SELINUX] Disable or enable SELinux at boot time.
1423 Format: { "0" | "1" } 1428 Format: { "0" | "1" }
1424 See security/selinux/Kconfig help text. 1429 See security/selinux/Kconfig help text.