diff options
author | Éric Piel <Eric.Piel@tremplin-utc.net> | 2008-02-04 18:04:58 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2008-02-07 04:00:24 -0500 |
commit | 9cbc7960288d28aec95257af59854e1d14ba23b8 (patch) | |
tree | fe21a1ceb475008a96a7877d83aa8b83b5011bc9 /Documentation | |
parent | 6ed31e92e94830c138fbd470486383380710069a (diff) |
ACPI: Add "acpi_no_initrd_override" kernel parameter
The acpi_no_initrd_override parameter permits to disable the load of an ACPI
table from the initramfs.
Signed-off-by: Eric Piel <eric.piel@tremplin-utc.net>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/kernel-parameters.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 8fd5aa40585f..ef2316a1a731 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -175,6 +175,9 @@ and is between 256 and 4096 characters. It is defined in the file | |||
175 | 175 | ||
176 | acpi_no_auto_ssdt [HW,ACPI] Disable automatic loading of SSDT | 176 | acpi_no_auto_ssdt [HW,ACPI] Disable automatic loading of SSDT |
177 | 177 | ||
178 | acpi_no_initrd_override [KNL,ACPI] | ||
179 | Disable loading custom ACPI tables from the initramfs | ||
180 | |||
178 | acpi_os_name= [HW,ACPI] Tell ACPI BIOS the name of the OS | 181 | acpi_os_name= [HW,ACPI] Tell ACPI BIOS the name of the OS |
179 | Format: To spoof as Windows 98: ="Microsoft Windows" | 182 | Format: To spoof as Windows 98: ="Microsoft Windows" |
180 | 183 | ||