]> code.ossystems Code Review - openembedded-core.git/commit
mkefidisk: Always use rootwait and document kernel parameters used
authorDarren Hart <dvhart@linux.intel.com>
Tue, 19 Mar 2013 22:15:04 +0000 (15:15 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 22 Mar 2013 16:51:45 +0000 (16:51 +0000)
commit5b6a6a3872fd341cf978be40c69707223e3c29df
treeeee9e096db00f16aac004977669e4df6aeb6142c
parent960f0cbf85a4124adbc74d8b2ceb09a7d39ecc04
mkefidisk: Always use rootwait and document kernel parameters used

Without a reliable way of knowing if the target device with be an
asyncronous block device on the target (MMC or USB), err on the side of
caution of always specifcy "rootwait", ensuring the kernel will wait for
the device to appear and not abort if it hasn't appeared in time for
mount.

Document the remaining kernel parameters added by this script on the
same line as rootwait.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/contrib/mkefidisk.sh