Skip to content

Commit

Permalink
parition: improve uuid5 documentation wording
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoerdsimons authored and obbardc committed Jan 15, 2024
1 parent bf30a29 commit d1ce1bf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions actions/image_partition_action.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,10 @@ checks in boot time. By default is set to `true` allowing checks on boot.
ext2, ext3, ext4 and xfs.
- partuuid -- GPT partition UUID string.
can generate version 5 UUID using custom template function {{ uuid5 $namespace $data }}
$namespace should be a valid UUID and $data can be any string, to genearte reproducible
UUID value pass fixed value of namespace and data.
A version 5 UUID can be easily generated using the uuid5 template function
{{ uuid5 $namespace $data }} $namespace should be a valid UUID and $data can be
any string, to generate reproducible UUID value pass a fixed value of namespace
and data.
- extendedoptions -- list of additional filesystem extended options which need
to be enabled for the partition.
Expand Down

0 comments on commit d1ce1bf

Please sign in to comment.