]> code.ossystems Code Review - openembedded-core.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:14:38 +0000 (13:14 +0100)
commit1da6bd7fce9c193c7940a7294baa370fd8b66e76
tree4c2b8aa8da1f5cdbb3a60a726a824e13f76728a7
parentb88e3808533a7280c85e570a1359efcba8dcc4bd
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.

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