summaryrefslogtreecommitdiffstats
path: root/hooks/fw
blob: dc4c2409f588cff07dadef358eb057af2ab0a3f0 (plain)
1
2
3
4
5
6
7
8
# vim: set ft=sh:
run_hook ()
{
    #if we have to root delay, default to 5 seconds
    #  this will be handled by kinit and/or the
    #  filesystems hook
    export rootdelay=${rootdelay:-6}
}