]> code.ossystems Code Review - openembedded-core.git/commit
wic: partition: Run fsck on EXT file systems
authorDaniel Schultz <d.schultz@phytec.de>
Mon, 3 Apr 2017 07:47:55 +0000 (09:47 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 29 Aug 2017 14:11:36 +0000 (15:11 +0100)
commitb8af7c10637c14b2c226fb7063b736755ee46802
tree3a883137e0963373ae2b057b223955a7c15b1180
parent34ccb6b66162400c3a3164cbdcca02fc1b42c92b
wic: partition: Run fsck on EXT file systems

Mkfs may create EXT file systems which can only be optimized by fsck
and not by itself, e.g. directory optimization (in Pass 3A).

To prevent those optimizations during runtime, it will be performed after
the creation of an EXT file system.

Signed-off-by: Daniel Schultz <d.schultz@phytec.de>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
scripts/lib/wic/partition.py