]> git.ipfire.org Git - thirdparty/dracut.git/commit
dracut: Implement ACPI table overriding
authorThomas Renninger <trenn@suse.de>
Fri, 27 Sep 2013 18:10:39 +0000 (20:10 +0200)
committerHarald Hoyer <harald@redhat.com>
Wed, 2 Oct 2013 10:47:11 +0000 (12:47 +0200)
commitf3b14c2b6a852d21fc6fa1fd86959a3818624a36
tree1943f4d069625a2c88a75f15e38f98f29f818889
parentd8b04dc1840047a7533d19f577f30f19d42e2d33
dracut: Implement ACPI table overriding

An example config file for this feature could be:

/etc/dracut.conf.d/03-acpi-override.conf

with this content:
acpi_override="yes"
acpi_table_dir="/etc/dracut.conf.d/acpi_tables"

Then all files ending with *.aml will be put into the early cpio
(kernel/firmware/acpi) and will be used to replace the BIOS provided tables
if the kernel supports this feature.

Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Signed-off-by: Thomas Renninger <trenn@suse.de>
dracut.sh