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