summaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic/help.py
diff options
context:
space:
mode:
authorClaudius Heine <ch@denx.de>2022-05-15 12:06:00 +0530
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-05-16 23:19:18 +0100
commitd5f64c38f12c2f09c378efc6ff1be621acf4249f (patch)
tree19a9dae0c299edec7350dd1e208334516812ef3b /scripts/lib/wic/help.py
parent88c200c75187f4c2bbdcb738c5aeb30b69b25b9b (diff)
downloadpoky-d5f64c38f12c2f09c378efc6ff1be621acf4249f.tar.gz
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>
Diffstat (limited to 'scripts/lib/wic/help.py')
-rw-r--r--scripts/lib/wic/help.py6
1 files changed, 6 insertions, 0 deletions
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
940 quotes. If not specified, the default string is 940 quotes. If not specified, the default string is
941 "defaults". 941 "defaults".
942 942
943 --fspassno: Specifies the order in which filesystem checks are done
944 at boot time by fsck. See fs_passno parameter of
945 fstab(5). This parameter will be copied into the
946 /etc/fstab file of the installed system. If not
947 specified the default value of "0" will be used.
948
943 --label label: Specifies the label to give to the filesystem 949 --label label: Specifies the label to give to the filesystem
944 to be made on the partition. If the given 950 to be made on the partition. If the given
945 label is already in use by another filesystem, 951 label is already in use by another filesystem,