mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 00:49:33 +02:00
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. (From OE-Core rev: b9b9f71e6f37bfbf954ade518391b242669481e3) 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>
This commit is contained in:
committed by
Richard Purdie
parent
88c200c751
commit
d5f64c38f1
@@ -33,6 +33,7 @@ class Partition():
|
||||
self.include_path = args.include_path
|
||||
self.change_directory = args.change_directory
|
||||
self.fsopts = args.fsopts
|
||||
self.fspassno = args.fspassno
|
||||
self.fstype = args.fstype
|
||||
self.label = args.label
|
||||
self.use_label = args.use_label
|
||||
|
||||
Reference in New Issue
Block a user