init: Fix bogus message about invalid root device.
authorColin Guthrie <colin@mageia.org>
Sat, 31 Dec 2011 13:35:59 +0000 (13:35 +0000)
committerHarald Hoyer <harald@redhat.com>
Mon, 9 Jan 2012 12:34:40 +0000 (13:34 +0100)
commit54f1a77fb678c254eb460844442c2323f2ca9cfc
tree9ac2bdff6dcbc545d7002fbaeaf8b0b93ee596ca
parent09ee7234b60354a446070b2d4f0df480e3684e6a
init: Fix bogus message about invalid root device.

When the initqueue cannot be processed, it might be about an invalid
root device (in which case a separate message produced via
wait_for_dev() should be displayed anyway), but it could also
be for any other reason (e.g. /dev/resume not existing).

Therefore, it is best to use a more generic error message.

Also a minor tab->space conversion in the near vacinity of
the real change.
modules.d/99base/init