Re: [OE-core] [PATCH morty] wic: partition: Add fsck to avoid corrupt EXT file systems

2017-03-30 Thread Enrico Joerns
Hi Daniel, On 03/30/2017 02:30 PM, Daniel Schultz wrote: 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 --- scripts/lib/wi

[OE-core] [PATCH morty] wic: partition: Add fsck to avoid corrupt EXT file systems

2017-03-30 Thread Daniel Schultz
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 --- scripts/lib/wic/partition.py | 3 +++ 1 file changed, 3 insertions(+) dif