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:54:38 +0000 (16:54 +0000)
commit12b397a5e13c6406e172ac5403b31216c07b9a2f
tree0f8d69e4f91c9688608d049920dade0efd302850
parentfdd0d983aae5ae4b1cfdbebb10b9dd9cf6b7ec82
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.

(From OE-Core rev: 5b6a6a3872fd341cf978be40c69707223e3c29df)

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