Re: [PATCH] Configurable delay before mounting root device

From: Andrew Morton
Date: Thu Jan 20 2005 - 15:28:21 EST


Daniel Drake <dsd@xxxxxxxxxx> wrote:
>
> + if (root_delay) {
> + printk(KERN_INFO "Waiting %dsec before mounting root device...\n",
> + root_delay);
> + ssleep(root_delay);
> + }

Totally sad, but it's hard to see how that could break anything.

You owe me an update to Documentation/kernel-parameters.txt ;)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/