]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 14 Feb 2015 08:40:35 +0000 (08:40 +0000)
commit2624f30dd2d2a8f7fd97117c77a4d6aa2ba6f1f9
tree3e39293929c5b09cc21dafe37b8c934bdec6cbc1
parent0a6668f6e60b4195ff4163c00fc972bacdb27b4b
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.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/lib/wic/kickstart/custom_commands/partition.py