mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] Documentation: rootwait does not work if root=devicenumber
@ 2012-08-23 20:49 Jens Rottmann
  0 siblings, 0 replies; only message in thread
From: Jens Rottmann @ 2012-08-23 20:49 UTC (permalink / raw)
  To: Rob Landley; +Cc: linux-doc, linux-kernel

Documentation: rootwait does not work if root=devicenumber

This makes it a bit tricky to use with LILO: Typing "root=/dev/... rootwait"
directly on LILO's prompt boots fine, but putting
root = /dev/...
append = "rootwait"
in lilo.conf fails, "rootwait" is silently ignored.

Signed-off-by: Jens Rottmann <JRottmann@LiPPERTembedded.de>
---

Cost me 4 hours of my life.  If anyone feels up to fixing it init/do_mounts.c
instead of just documenting it, feel free.  :-)

Cheers,
Jens

--- linux-3.5.2/Documentation/kernel-parameters.txt
+++ rootwait_and_LILO/Documentation/kernel-parameters.txt
@@ -2530,7 +2530,9 @@
 
 	rootwait	[KNL] Wait (indefinitely) for root device to show up.
 			Useful for devices that are detected asynchronously
-			(e.g. USB and MMC devices).
+			(e.g. USB and MMC devices).  root must be specified as
+			/dev/devicename, not as (hex) device number
+			(LILO: use append = "root=/dev/...").
 
 	rw		[KNL] Mount root device read-write on boot
 
_

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-08-23 20:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-23 20:49 [PATCH] Documentation: rootwait does not work if root=devicenumber Jens Rottmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome