From 78e9bb837c258ac0ec7712b3d612cc2f407e731e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 12 Jun 2024 05:50:42 +0200 Subject: Merging upstream version 256. Signed-off-by: Daniel Baumann --- man/repart.d.xml | 89 +++++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 78 insertions(+), 11 deletions(-) (limited to 'man/repart.d.xml') diff --git a/man/repart.d.xml b/man/repart.d.xml index efca8d5..52e6b97 100644 --- a/man/repart.d.xml +++ b/man/repart.d.xml @@ -1,6 +1,6 @@ + "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"> - /etc/repart.d/*.conf -/run/repart.d/*.conf -/usr/lib/repart.d/*.conf - + + /etc/repart.d/*.conf + /run/repart.d/*.conf + /usr/local/lib/repart.d/*.conf + /usr/lib/repart.d/*.conf + @@ -550,6 +552,22 @@ + + DefaultSubvolume= + + Takes an absolute path specifying the default subvolume within the new filesystem. + Note that this setting does not create the subvolume itself, that can be configured with + Subvolumes=. + + Note that this option only takes effect if the target filesystem supports subvolumes, such as + btrfs. + + Note that due to limitations of mkfs.btrfs, this option is only supported + when running with . + + + + Encrypt= @@ -733,6 +751,42 @@ + + + MountPoint= + + Specifies where and how the partition should be mounted. Takes at least one and at + most two fields separated with a colon (:). The first field specifies where the + partition should be mounted. The second field specifies extra mount options to append to the default + mount options. These fields correspond to the second and fourth column of the + fstab5 + format. This setting may be specified multiple times to mount the partition multiple times. This can + be used to add mounts for different btrfs subvolumes located on the same btrfs partition. + + Note that this setting is only taken into account when is + specified on the systemd-repart command line. + + + + + + EncryptedVolume= + + Specify how the encrypted partition should be set up. Takes at least one and at most + three fields separated with a colon (:). The first field specifies the encrypted + volume name under /dev/mapper/. If not specified, luks-UUID + will be used where UUID is the LUKS UUID. The second field specifies the keyfile + to use following the same format as specified in crypttab. The third field specifies a + comma-delimited list of crypttab options. These fields correspond to the first, third and fourth + column of the + crypttab5 format. + + + Note that this setting is only taken into account when + is specified on the systemd-repart command line. + + + @@ -816,6 +870,19 @@ + + Environment + + Extra filesystem formatting options can be provided using filesystem-specific environment variables: + $SYSTEMD_REPART_MKFS_OPTIONS_BTRFS, $SYSTEMD_REPART_MKFS_OPTIONS_XFS, + $SYSTEMD_REPART_MKFS_OPTIONS_VFAT, $SYSTEMD_REPART_MKFS_OPTIONS_EROFS, + and $SYSTEMD_REPART_MKFS_OPTIONS_SQUASHFS. Each variable accepts valid + mkfs.filesystem command-line arguments. + The content of those variables is passed as-is to the command, without any verification. + + + + Examples @@ -925,12 +992,12 @@ VerityMatchKey=root See Also - - systemd1, - systemd-repart8, - sfdisk8, - systemd-cryptenroll1 - + + systemd1 + systemd-repart8 + sfdisk8 + systemd-cryptenroll1 + -- cgit v1.2.3