From dd048bddfcd5d103e5320a4cd30751a4ac77f598 Mon Sep 17 00:00:00 2001 From: Thomas Bächler Date: Mon, 19 May 2008 17:56:43 +0200 Subject: Add a quick workaround for the bug in the new dsdt-initramfs patch The current dsdt-initrd patch (0.9a) has a bug where it only finds the file if its name is DSDT.aml, /DSDT.aml is not working, although that filename is allowed. --- install/dsdt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install') diff --git a/install/dsdt b/install/dsdt index 99a4a2e..138ee47 100644 --- a/install/dsdt +++ b/install/dsdt @@ -6,7 +6,7 @@ install () BINARIES="" FILES="" SCRIPT="" - add_file "/lib/initcpio/custom.dsdt" "/DSDT.aml" + add_file "/lib/initcpio/custom.dsdt" "DSDT.aml" } help () -- cgit v1.2.3-24-g4f1b