diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2023-07-28 22:17:35 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2023-08-01 07:53:50 +0200 |
commit | 47c7805579bd54f2c149c80b22caed6f71ea01a7 (patch) | |
tree | 36caa2f6c74f366c4314f818537d10e62eb90680 /man/repart.d.xml | |
parent | creds-util: Add read_credential_bool() (diff) | |
download | systemd-47c7805579bd54f2c149c80b22caed6f71ea01a7.tar.xz systemd-47c7805579bd54f2c149c80b22caed6f71ea01a7.zip |
repart: Add --oem and OEM=
--oem can be used to only install OEM partitions (usr, verity,
verity-sig, ...). OEM= is used to indicate OEM partitions. If unset,
defaults to !FactoryReset. We also add a credential repart.oem to
allow configuring --oem via a credential.
Diffstat (limited to 'man/repart.d.xml')
-rw-r--r-- | man/repart.d.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/man/repart.d.xml b/man/repart.d.xml index 752fc3b852..7e4fe93cfc 100644 --- a/man/repart.d.xml +++ b/man/repart.d.xml @@ -568,6 +568,15 @@ </varlistentry> <varlistentry> + <term><varname>OEM=</varname></term> + + <listitem><para>Takes a boolean argument. If specified the partition is marked as an OEM partition. + When the <option>--oem</option> is used, only OEM partitions are written to the partition table. + Unless configured explicitly with <varname>OEM=</varname>, a partition is an OEM partition if + <varname>FactoryReset=no</varname>.</para></listitem> + </varlistentry> + + <varlistentry> <term><varname>Flags=</varname></term> <listitem><para>Configures the 64-bit GPT partition flags field to set for the partition when creating |