summaryrefslogtreecommitdiffstats
path: root/hooks
diff options
context:
space:
mode:
authorAaron Griffin <aaron@archlinux.org>2007-03-07 06:42:56 +0100
committerAaron Griffin <aaron@archlinux.org>2007-03-07 06:42:56 +0100
commit6313137a1e3f0c7bd8ed5db1c41a7f7370bf482a (patch)
tree5631f0f1220156ceef91888a8f2fa9adeda4884c /hooks
parent6a4c36b14aa896147b548eab950a91d7f2774014 (diff)
downloadmkinitcpio-6313137a1e3f0c7bd8ed5db1c41a7f7370bf482a.tar.gz
mkinitcpio-6313137a1e3f0c7bd8ed5db1c41a7f7370bf482a.tar.xz
Changes / suggestions from Jan Peter den Heijer <jpdenheijer@gmail.com>
* Check for root device, drop down to recovery prompt and allow for reboot * Handle rootdelay in init (before udev is killed), to properly populate devices git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@199 880c04e9-e011-0410-abf7-b926e227c9cd
Diffstat (limited to 'hooks')
-rw-r--r--hooks/filesystems1
1 files changed, 0 insertions, 1 deletions
diff --git a/hooks/filesystems b/hooks/filesystems
index 28c4d0e..a7c9916 100644
--- a/hooks/filesystems
+++ b/hooks/filesystems
@@ -13,7 +13,6 @@ run_hook ()
/bin/sleep "${rootdelay}"
msg "done."
export rootdelay=0
- kinit_params="${kinit_params} rootdelay=0"
fi
eval $(/bin/parseblock "${root}")