summaryrefslogtreecommitdiffstats
path: root/install/dsdt
blob: f1345d0c2ff602c34df8064f64cb78565f1f56d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# vim: set ft=sh:

build()
{
    MODULES=""
    BINARIES=""
    FILES=""
    SCRIPT=""
    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
}