From f993566f65ae2122ce5e87c65b6c33291e95d912 Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Sat, 13 Jan 2024 14:56:40 +0100 Subject: [PATCH] parition: improve uuid5 documentation wording --- actions/image_partition_action.go | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/actions/image_partition_action.go b/actions/image_partition_action.go index 4536a613..2430f4c0 100644 --- a/actions/image_partition_action.go +++ b/actions/image_partition_action.go @@ -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.