]> code.ossystems Code Review - openembedded-core.git/commit
wic: partition.py: Add fsck to avoid corrupt EXT file systems
authorDaniel Schultz <d.schultz@phytec.de>
Mon, 20 Mar 2017 12:18:52 +0000 (13:18 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 21 Mar 2017 22:43:03 +0000 (22:43 +0000)
commit95ac3d0637cad7e12f246b8bd64ab64348df0483
tree04bbbb1c913688219853ee31b65a3b63269befc8
parent8341ee45d721cf07b19d50c249bb3a77ef1bf100
wic: partition.py: Add fsck to avoid corrupt EXT file systems

This patch avoids the creation of a corrupt EXT file system.

Since there are no checks if a EXT file system was successfully created,
this should add to prevent possible system failures.

Signed-off-by: Daniel Schultz <d.schultz@phytec.de>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/lib/wic/partition.py