[pacman-dev] [mkinitcpio][PATCH 1/5] dsdt: remove hook. this has been defunct for years
Dave Reisner
d at falconindy.com
Thu Jan 12 18:12:03 EST 2012
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 at 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
More information about the pacman-dev
mailing list