diff options
Diffstat (limited to 'hooks/usb')
-rw-r--r-- | hooks/usb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,5 +4,5 @@ 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:-5} + export rootdelay=${rootdelay:-6} } |