diff options
author | Thomas Bächler <thomas@archlinux.org> | 2009-06-06 23:34:28 +0200 |
---|---|---|
committer | Thomas Bächler <thomas@archlinux.org> | 2009-06-06 23:34:28 +0200 |
commit | e97bdaad85ad0c272dcd111045815e5a2628b4f3 (patch) | |
tree | f140b773ab769f4b2158138975f23ff7b5c315a9 /hooks/usb | |
parent | 25a0acd3f4e7932445612e919f92c48815f9c587 (diff) | |
download | mkinitcpio-e97bdaad85ad0c272dcd111045815e5a2628b4f3.tar.gz mkinitcpio-e97bdaad85ad0c272dcd111045815e5a2628b4f3.tar.xz |
Remove the usb and fw runtime hooks, as a default delay is now always set
Diffstat (limited to 'hooks/usb')
-rw-r--r-- | hooks/usb | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/hooks/usb b/hooks/usb deleted file mode 100644 index dc4c240..0000000 --- a/hooks/usb +++ /dev/null @@ -1,8 +0,0 @@ -# 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} -} |