diff options
-rw-r--r-- | install/dsdt | 14 |
1 files changed, 0 insertions, 14 deletions
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: |