summaryrefslogtreecommitdiffstats
path: root/install/dsdt
AgeCommit message (Collapse)AuthorFilesLines
2011-09-27cleanup and bashify install hooksDave Reisner1-13/+8
No logical code changes -- this is purely a syntactical cleanup and standardization across the build hooks along with ensuring that help messages are wrapped to 80 columns or less. All hooks get the same treatment, adhering to the following style: #!/bin/bash build() { COMMANDS } help() { cat <<HELPEOF This is a help message. HELPEOF } # vim: set ft=sh ts=4 sw=4 et: Signed-off-by: Dave Reisner <dreisner@archlinux.org>
2011-06-16mkinitcpio: deprecate install() in install hooksDave Reisner1-1/+1
This is an unfortunate name clash with a common utility and should be avoided. Rename the install function to 'build' and warn the user when we discover a hook using an 'install' function. Signed-off-by: Dave Reisner <d@falconindy.com>
2008-05-19Add a quick workaround for the bug in the new dsdt-initramfs patch0.5.19Thomas Bächler1-1/+1
The current dsdt-initrd patch (0.9a) has a bug where it only finds the file if its name is DSDT.aml, /DSDT.aml is not working, although that filename is allowed.
2006-05-04'added custom dsdt support'Tobias Powalowski1-0/+19
git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@64 880c04e9-e011-0410-abf7-b926e227c9cd