diff options
author | Pierre-Loup GOSSE <pierre-loup.gosse@smile.fr> | 2025-09-03 16:45:28 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-09-08 18:02:39 +0100 |
commit | 468bcd19506ea20082cafaaa5f53909c802dc19a (patch) | |
tree | f018280c77201a7cc44896e1a7a9217ad0d64a6e /scripts/lib/wic/help.py | |
parent | 21d98bd960132033b2bbd460a40274d40ea28b60 (diff) | |
download | poky-468bcd19506ea20082cafaaa5f53909c802dc19a.tar.gz |
wic: rename wks flag --extra-space to --extra-filesystem-space
Makes a clear distinction with --extra-partition-space flag.
(From OE-Core rev: 39d10137b86ebb6d1f20c36ae50a7771e6c76251)
Signed-off-by: Pierre-Loup GOSSE <pierre-loup.gosse@smile.fr>
CC: Alexander Kanavin <alex.kanavin@gmail.com>
CC: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@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.py | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/scripts/lib/wic/help.py b/scripts/lib/wic/help.py index 800c0abf0f..6b49a67de9 100644 --- a/scripts/lib/wic/help.py +++ b/scripts/lib/wic/help.py | |||
@@ -1013,12 +1013,12 @@ DESCRIPTION | |||
1013 | --no-fstab-update: This option is specific to wic. It does not update the | 1013 | --no-fstab-update: This option is specific to wic. It does not update the |
1014 | '/etc/fstab' stock file for the given partition. | 1014 | '/etc/fstab' stock file for the given partition. |
1015 | 1015 | ||
1016 | --extra-space: This option is specific to wic. It adds extra | 1016 | --extra-filesystem-space: This option is specific to wic. It adds extra |
1017 | space after the space filled by the content | 1017 | space after the space filled by the content |
1018 | of the partition. The final size can go | 1018 | of the partition. The final size can go |
1019 | beyond the size specified by --size. | 1019 | beyond the size specified by --size. |
1020 | By default, 10MB. This option cannot be used | 1020 | By default, 10MB. This option cannot be used |
1021 | with --fixed-size option. | 1021 | with --fixed-size option. |
1022 | 1022 | ||
1023 | --extra-partition-space: This option is specific to wic. It adds extra | 1023 | --extra-partition-space: This option is specific to wic. It adds extra |
1024 | empty space after the space filled by the | 1024 | empty space after the space filled by the |