diff options
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 9107b387e91f..1d28812260cd 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -85,7 +85,6 @@ parameter is applicable: | |||
85 | PPT Parallel port support is enabled. | 85 | PPT Parallel port support is enabled. |
86 | PS2 Appropriate PS/2 support is enabled. | 86 | PS2 Appropriate PS/2 support is enabled. |
87 | RAM RAM disk support is enabled. | 87 | RAM RAM disk support is enabled. |
88 | ROOTPLUG The example Root Plug LSM is enabled. | ||
89 | S390 S390 architecture is enabled. | 88 | S390 S390 architecture is enabled. |
90 | SCSI Appropriate SCSI support is enabled. | 89 | SCSI Appropriate SCSI support is enabled. |
91 | A lot of drivers has their options described inside of | 90 | A lot of drivers has their options described inside of |
@@ -2032,8 +2031,15 @@ and is between 256 and 4096 characters. It is defined in the file | |||
2032 | 2031 | ||
2033 | print-fatal-signals= | 2032 | print-fatal-signals= |
2034 | [KNL] debug: print fatal signals | 2033 | [KNL] debug: print fatal signals |
2035 | print-fatal-signals=1: print segfault info to | 2034 | |
2036 | the kernel console. | 2035 | If enabled, warn about various signal handling |
2036 | related application anomalies: too many signals, | ||
2037 | too many POSIX.1 timers, fatal signals causing a | ||
2038 | coredump - etc. | ||
2039 | |||
2040 | If you hit the warning due to signal overflow, | ||
2041 | you might want to try "ulimit -i unlimited". | ||
2042 | |||
2037 | default: off. | 2043 | default: off. |
2038 | 2044 | ||
2039 | printk.time= Show timing data prefixed to each printk message line | 2045 | printk.time= Show timing data prefixed to each printk message line |
@@ -2164,15 +2170,6 @@ and is between 256 and 4096 characters. It is defined in the file | |||
2164 | Useful for devices that are detected asynchronously | 2170 | Useful for devices that are detected asynchronously |
2165 | (e.g. USB and MMC devices). | 2171 | (e.g. USB and MMC devices). |
2166 | 2172 | ||
2167 | root_plug.vendor_id= | ||
2168 | [ROOTPLUG] Override the default vendor ID | ||
2169 | |||
2170 | root_plug.product_id= | ||
2171 | [ROOTPLUG] Override the default product ID | ||
2172 | |||
2173 | root_plug.debug= | ||
2174 | [ROOTPLUG] Enable debugging output | ||
2175 | |||
2176 | rw [KNL] Mount root device read-write on boot | 2173 | rw [KNL] Mount root device read-write on boot |
2177 | 2174 | ||
2178 | S [KNL] Run init in single mode | 2175 | S [KNL] Run init in single mode |