summaryrefslogtreecommitdiffstats
path: root/hooks
diff options
context:
space:
mode:
authorThomas Bächler <thomas@archlinux.org>2009-06-06 23:34:28 +0200
committerThomas Bächler <thomas@archlinux.org>2009-06-06 23:34:28 +0200
commite97bdaad85ad0c272dcd111045815e5a2628b4f3 (patch)
treef140b773ab769f4b2158138975f23ff7b5c315a9 /hooks
parent25a0acd3f4e7932445612e919f92c48815f9c587 (diff)
downloadmkinitcpio-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')
-rw-r--r--hooks/fw8
-rw-r--r--hooks/usb8
2 files changed, 0 insertions, 16 deletions
diff --git a/hooks/fw b/hooks/fw
deleted file mode 100644
index dc4c240..0000000
--- a/hooks/fw
+++ /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}
-}
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}
-}