Re: [OE-core] [PATCH morty v2] wic: partition: Run fsck on EXT file systems

2017-04-03 Thread Khem Raj
On Mon, Apr 3, 2017 at 12:47 AM, Daniel Schultz wrote: > Hi, > > Am 31.03.2017 um 19:14 schrieb Khem Raj: >> >> >> >> On 3/31/17 5:51 AM, Daniel Schultz wrote: >>> >>> Mkfs may create EXT file systems which can only be optimized by fsck >>> and not by itself, e.g. directory optimization (in Pass 3

Re: [OE-core] [PATCH morty v2] wic: partition: Run fsck on EXT file systems

2017-04-03 Thread Daniel Schultz
Hi, Am 31.03.2017 um 19:14 schrieb Khem Raj: On 3/31/17 5:51 AM, Daniel Schultz wrote: 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 t

Re: [OE-core] [PATCH morty v2] wic: partition: Run fsck on EXT file systems

2017-03-31 Thread Khem Raj
On 3/31/17 5:51 AM, Daniel Schultz wrote: > 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. > >

[OE-core] [PATCH morty v2] wic: partition: Run fsck on EXT file systems

2017-03-31 Thread Daniel Schultz
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 --- scripts/lib/wic/parti