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 ff571f9298e0..5a92ac085969 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -1410,6 +1410,11 @@ and is between 256 and 4096 characters. It is defined in the file
1410 1410
1411 scsi_logging= [SCSI] 1411 scsi_logging= [SCSI]
1412 1412
1413 scsi_mod.scan= [SCSI] sync (default) scans SCSI busses as they are
1414 discovered. async scans them in kernel threads,
1415 allowing boot to proceed. none ignores them, expecting
1416 user space to do the scan.
1417
1413 selinux [SELINUX] Disable or enable SELinux at boot time. 1418 selinux [SELINUX] Disable or enable SELinux at boot time.
1414 Format: { "0" | "1" } 1419 Format: { "0" | "1" }
1415 See security/selinux/Kconfig help text. 1420 See security/selinux/Kconfig help text.