diff options
author | Thomas Bächler <thomas@archlinux.org> | 2008-05-19 17:56:43 +0200 |
---|---|---|
committer | Thomas Bächler <thomas@archlinux.org> | 2008-05-19 17:56:43 +0200 |
commit | dd048bddfcd5d103e5320a4cd30751a4ac77f598 (patch) | |
tree | 77844e790295df3137c1e1f11f77dfd71a1571d5 /install | |
parent | 6db91dee83bd61660a4338bc291811d24f3ab36f (diff) | |
download | mkinitcpio-dd048bddfcd5d103e5320a4cd30751a4ac77f598.tar.gz mkinitcpio-dd048bddfcd5d103e5320a4cd30751a4ac77f598.tar.xz |
Add a quick workaround for the bug in the new dsdt-initramfs patch0.5.19
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.
Diffstat (limited to 'install')
-rw-r--r-- | install/dsdt | 2 |
1 files changed, 1 insertions, 1 deletions
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 () |