From d5f64c38f12c2f09c378efc6ff1be621acf4249f Mon Sep 17 00:00:00 2001 From: Claudius Heine Date: Sun, 15 May 2022 12:06:00 +0530 Subject: 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 Signed-off-by: Vijai Kumar K Signed-off-by: Luca Ceresoli Signed-off-by: Richard Purdie --- scripts/lib/wic/help.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'scripts/lib/wic/help.py') diff --git a/scripts/lib/wic/help.py b/scripts/lib/wic/help.py index 4ff7470a6a..73e3380cde 100644 --- a/scripts/lib/wic/help.py +++ b/scripts/lib/wic/help.py @@ -940,6 +940,12 @@ DESCRIPTION quotes. If not specified, the default string is "defaults". + --fspassno: Specifies the order in which filesystem checks are done + at boot time by fsck. See fs_passno parameter of + fstab(5). This parameter will be copied into the + /etc/fstab file of the installed system. If not + specified the default value of "0" will be used. + --label label: Specifies the label to give to the filesystem to be made on the partition. If the given label is already in use by another filesystem, -- cgit v1.2.3-54-g00ecf