summaryrefslogtreecommitdiffstats
path: root/install/sleep
AgeCommit message (Collapse)AuthorFilesLines
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>
2011-01-31Enhance sleep hook to watch for device availabilityThomas Bächler1-0/+3
Add a sleepdevice= parameter that will watch for the specified device to appear and then move on. This is more flexible than a defined sleep period and prevents needless waiting if the device appears sooner. Original patch by: Dan McGee <dan@archlinux.org>
2010-02-22Add 'sleep' hookThomas Bächler1-0/+19