Blame SOURCES/0010-dracut.conf.5.asc-Add-ACPI-table-override-and-uncomp.patch

a56a5e
From 54011e3591216503dd93d1028ff209a6a4851a57 Mon Sep 17 00:00:00 2001
90b079
From: Thomas Renninger <trenn@suse.de>
90b079
Date: Fri, 27 Sep 2013 20:10:40 +0200
90b079
Subject: [PATCH] dracut.conf.5.asc: Add ACPI table override and uncompressed
90b079
 cpio doc
90b079
90b079
Signed-off-by: Thomas Renninger <trenn@suse.de>
90b079
---
90b079
 dracut.conf.5.asc | 15 +++++++++++++++
90b079
 1 file changed, 15 insertions(+)
90b079
90b079
diff --git a/dracut.conf.5.asc b/dracut.conf.5.asc
1755ca
index 63991d4f..c9c854a9 100644
90b079
--- a/dracut.conf.5.asc
90b079
+++ b/dracut.conf.5.asc
90b079
@@ -125,6 +125,21 @@ If chrooted to another root other than the real root device, use --fstab and pro
90b079
 *no_kernel=*"{yes|no}"::
90b079
     Do not install kernel drivers and firmware files (default=no)
90b079
 
90b079
+*acpi_override=*"{yes|no}"::
90b079
+    [WARNING] ONLY USE THIS IF YOU KNOW WHAT YOU ARE DOING! +
90b079
+    Override BIOS provided ACPI tables. For further documentation read
90b079
+    Documentation/acpi/initrd_table_override.txt in the kernel sources.
90b079
+    Search for ACPI table files (must have .aml suffix) in acpi_table_dir=
90b079
+    directory (see below) and add them to a separate uncompressed cpio
90b079
+    archive. This cpio archive gets glued (concatenated, uncompressed one
90b079
+    must be the first one) to the compressed cpio archive. The first,
90b079
+    uncompressed cpio archive is for data which the kernel must be able
90b079
+    to access very early (and cannot make use of uncompress alogrithms yet)
90b079
+    like microcode or ACPI tables (default=no).
90b079
+
90b079
+*acpi_table_dir=*"__<dir>__"::
90b079
+    Directory to search for ACPI tables if acpi_override= is set to yes.
90b079
+
90b079
 *early_microcode=*"{yes|no}"::
90b079
     Combine early microcode with ramdisk (default=no)
90b079