]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
wic: added fspassno parameter to partition
authorClaudius Heine <ch@denx.de>
Sun, 15 May 2022 06:36:00 +0000 (12:06 +0530)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 May 2022 22:18:23 +0000 (23:18 +0100)
commitb9b9f71e6f37bfbf954ade518391b242669481e3
treec5feaa50cf0e7ee4c5caff3d66a39ba367aa9f96
parent124b82c32c4545bb216a8249954817f692f9795a
wic: added fspassno parameter to partition

The `fspassno` parameter allows to overwrite the value of the last
column (`fs_passno`) in the /etc/fstab of the target root file system.
This allows to have periodic file system checks.

Signed-off-by: Claudius Heine <ch@denx.de>
Signed-off-by: Vijai Kumar K <Vijaikumar_Kanagarajan@mentor.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/wic/help.py
scripts/lib/wic/ksparser.py
scripts/lib/wic/partition.py
scripts/lib/wic/plugins/imager/direct.py