diff options
Diffstat (limited to 'scripts/lib/wic/help.py')
-rw-r--r-- | scripts/lib/wic/help.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/lib/wic/help.py b/scripts/lib/wic/help.py index bf658b94e3..842b868a57 100644 --- a/scripts/lib/wic/help.py +++ b/scripts/lib/wic/help.py | |||
@@ -576,6 +576,10 @@ DESCRIPTION | |||
576 | partition. In other words, it 'prepares' the final partition | 576 | partition. In other words, it 'prepares' the final partition |
577 | image which will be incorporated into the disk image. | 577 | image which will be incorporated into the disk image. |
578 | 578 | ||
579 | do_post_partition() | ||
580 | Called after the partition is created. It is useful to add post | ||
581 | operations e.g. signing the partition. | ||
582 | |||
579 | do_configure_partition() | 583 | do_configure_partition() |
580 | Called before do_prepare_partition(), typically used to | 584 | Called before do_prepare_partition(), typically used to |
581 | create custom configuration files for a partition, for | 585 | create custom configuration files for a partition, for |