mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Jens Rottmann <JRottmann@LiPPERTembedded.de>
To: Rob Landley <rob@landley.net>
Cc: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH] Documentation: rootwait does not work if root=devicenumber
Date: Thu, 23 Aug 2012 22:49:49 +0200	[thread overview]
Message-ID: <5036976D.5030105@LiPPERTembedded.de> (raw)

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
 
_

                 reply	other threads:[~2012-08-23 20:50 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5036976D.5030105@LiPPERTembedded.de \
    --to=jrottmann@lippertembedded.de \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rob@landley.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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