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

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