summaryrefslogtreecommitdiffstats
path: root/hooks
diff options
context:
space:
mode:
authorTobias Powalowski <tpowa@archlinux.org>2006-05-10 17:52:22 +0200
committerTobias Powalowski <tpowa@archlinux.org>2006-05-10 17:52:22 +0200
commite18d03df946daab43ba02d3b072075f731ff5bee (patch)
tree735850a197d4a6318313903794396b95ecf835ad /hooks
parent5285caea84fe71dc0856631583df030a7405c44c (diff)
downloadmkinitcpio-e18d03df946daab43ba02d3b072075f731ff5bee.tar.gz
mkinitcpio-e18d03df946daab43ba02d3b072075f731ff5bee.tar.xz
'added fw stuff'
git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@92 880c04e9-e011-0410-abf7-b926e227c9cd
Diffstat (limited to 'hooks')
-rw-r--r--hooks/fw8
1 files changed, 8 insertions, 0 deletions
diff --git a/hooks/fw b/hooks/fw
new file mode 100644
index 0000000..576980a
--- /dev/null
+++ b/hooks/fw
@@ -0,0 +1,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:-5}
+}