diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2023-01-24 11:52:55 +0100 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2023-01-24 13:19:48 +0100 |
commit | df005f1e086a9379839bebc57dfa4bd6db007ba6 (patch) | |
tree | ce2ace024320a2c84bdc832f414c7d54ad30915f /man | |
parent | machinectl: add --now to start/stop containers when enabling/disabling (diff) | |
download | systemd-df005f1e086a9379839bebc57dfa4bd6db007ba6.tar.xz systemd-df005f1e086a9379839bebc57dfa4bd6db007ba6.zip |
repart: Mention broken XFS protofile format
Diffstat (limited to '')
-rw-r--r-- | man/repart.d.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/man/repart.d.xml b/man/repart.d.xml index b786202905..0303a7f536 100644 --- a/man/repart.d.xml +++ b/man/repart.d.xml @@ -431,6 +431,10 @@ in a user namespace with the current user mapped to the root user to make sure the files and directories in the image are owned by the root user.</para> + <para>Note that when populating XFS filesystems with <command>systemd-repart</command> and loop + devices are not available, populating XFS filesystems with files containing spaces, tabs or newlines + will fail due to limitations of mkfs.xfs's protofile format.</para> + <para>This option cannot be combined with <varname>CopyBlocks=</varname>.</para> <para>When |