]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
runqemu-internal: correctly set format for root FS as raw
authorCristian Iorga <cristian.iorga@intel.com>
Wed, 6 May 2015 15:21:47 +0000 (18:21 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 7 May 2015 12:40:35 +0000 (13:40 +0100)
commit6ca0be7f9cae17a946bd043786473ef664b9f95b
treea07008387f9e935d2b99be4f4691bd18e9d7e801
parent19d57558994e66e2463e03d12e9e90d99988ec8d
runqemu-internal: correctly set format for root FS as raw

qemu guesses via probing the format of root FS, but
gives a warning and restricts write operations on block 0.
So fix it by setting correctly the format as raw.

(From OE-Core rev: 1da6bd7fce9c193c7940a7294baa370fd8b66e76)

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/runqemu-internal