From 5e6ca510671a6869e4e57eb43b03021fb43f3399 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Wed, 11 Jan 2012 21:35:54 -0500 Subject: dsdt: remove hook. this has been defunct for years 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 --- install/dsdt | 14 -------------- 1 file changed, 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 <