From 43eddc864b3d258496235f1d5d1165be4c20a292 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Mon, 12 Mar 2007 05:15:39 +0000 Subject: * Jan Peter den Heijer This one exports $rootdelay to $kinit_params to avoid having to wait for $rootdelay 2 times when one specifies rootdelay=x on the kernel cmdline (one in init, one for kinit)... git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@201 880c04e9-e011-0410-abf7-b926e227c9cd --- init | 1 + 1 file changed, 1 insertion(+) (limited to 'init') diff --git a/init b/init index b06a5d2..3f594c1 100644 --- a/init +++ b/init @@ -90,6 +90,7 @@ if [ "${rootdelay}" != "0" ]; then msg -n "Waiting for devices to settle..." /bin/sleep "${rootdelay}" export rootdelay=0 + export kinit_params="$kinit_params rootdelay=0" msg "done." fi -- cgit v1.2.3-24-g4f1b