Refer to commit 9a9e0d68555 in the kernel where Linus removes this and says "to be revisited later". The only option (currently) is to built this into your kernel image. Suggested by FS#27906. Signed-off-by: Dave Reisner <dreisner@archlinux.org> --- install/dsdt | 14 -------------- 1 files changed, 0 insertions(+), 14 deletions(-) delete mode 100644 install/dsdt diff --git a/install/dsdt b/install/dsdt deleted file mode 100644 index b38c66c..0000000 --- a/install/dsdt +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash - -build() { - add_file "/lib/initcpio/custom.dsdt" "DSDT.aml" -} - -help() { - cat <<HELPEOF -This hook loads a custom acpi dsdt file during boot. Place your custom dsdt -file for inclusion here: /lib/initcpio/custom.dsdt -HELPEOF -} - -# vim: set ft=sh ts=4 sw=4 et: -- 1.7.8.3