]> code.ossystems Code Review - openembedded-core.git/commit
wic: fix empty btrfs partitions
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>
Mon, 9 Feb 2015 23:46:41 +0000 (00:46 +0100)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 18 Mar 2015 04:10:40 +0000 (01:10 -0300)
commite0553ba4346413680daf44b2b53e20ca9cc6f688
tree5e929cc5cd0c34105cc458d1e8c42e762365a9dd
parent89bb8b53f8b6b208419fec2d6fe39f440646936b
wic: fix empty btrfs partitions

btrfs emtpy partition creation is currently not working because of the
usage of the non existant variables rootfs ans extra_imagecmd. It also
as an incorrect size.

Change-Id: I7cb0b669cca8caa061aa292d9d355a3c21767bc9
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
scripts/lib/wic/kickstart/custom_commands/partition.py