Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-06-16 | mkinitcpio: deprecate install() in install hooks | Dave Reisner | 1 | -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-31 | Enhance sleep hook to watch for device availability | Thomas Bächler | 1 | -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-22 | Add 'sleep' hook | Thomas Bächler | 1 | -0/+19 | |