diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2022-09-04 18:53:25 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2022-09-05 16:19:41 +0200 |
commit | 11749b6108a942f8c301cb7718fa30436a55f923 (patch) | |
tree | 73fa6f560cae11c9df2031bd60279f0dfff6c84f /man | |
parent | Merge pull request #24561 from yuwata/loop-util-follow-ups (diff) | |
download | systemd-11749b6108a942f8c301cb7718fa30436a55f923.tar.xz systemd-11749b6108a942f8c301cb7718fa30436a55f923.zip |
repart: Add support for setting a partition's UUID to zero
This is useful when we need to fill in the UUID later, such as when
using verity partitions.
Diffstat (limited to 'man')
-rw-r--r-- | man/repart.d.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/repart.d.xml b/man/repart.d.xml index d9ec521160..6a0a6b32b2 100644 --- a/man/repart.d.xml +++ b/man/repart.d.xml @@ -358,8 +358,8 @@ <listitem><para>The UUID to assign to the partition if none is assigned yet. Note that this setting is not used for matching. It is also not used when a UUID is already set for an existing partition. It is thus only used when a partition is newly created or when an existing one had a - all-zero UUID set. If not specified a UUID derived from the partition type is automatically - used.</para></listitem> + all-zero UUID set. If set to <literal>null</literal>, the UUID is set to all zeroes. If not specified + a UUID derived from the partition type is automatically used.</para></listitem> </varlistentry> <varlistentry> |