diff options
author | Éric Piel <Eric.Piel@tremplin-utc.net> | 2008-02-05 00:04:58 +0100 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2008-02-07 04:00:24 -0500 |
commit | 9cbc7960288d28aec95257af59854e1d14ba23b8 (patch) | |
tree | fe21a1ceb475008a96a7877d83aa8b83b5011bc9 /Documentation/kernel-parameters.txt | |
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/kernel-parameters.txt')
-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 acpi_no_auto_ssdt [HW,ACPI] Disable automatic loading of SSDT + acpi_no_initrd_override [KNL,ACPI] + Disable loading custom ACPI tables from the initramfs + acpi_os_name= [HW,ACPI] Tell ACPI BIOS the name of the OS Format: To spoof as Windows 98: ="Microsoft Windows" |