From: Luca Boccassi Date: Fri, 11 Aug 2023 21:29:50 +0000 (+0100) Subject: man: systemd-repart can now create filesystems, update manpage X-Git-Tag: v255-rc1~746 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e17076b9f0c84e1799550e4d36363f59bb1e8b18;p=thirdparty%2Fsystemd.git man: systemd-repart can now create filesystems, update manpage --- diff --git a/man/systemd-repart.xml b/man/systemd-repart.xml index 7ebac168b4d..9f2c08d2ddd 100644 --- a/man/systemd-repart.xml +++ b/man/systemd-repart.xml @@ -135,9 +135,10 @@ FactoryReset= boolean is deleted, and the algorithm restarted, thus immediately re-creating these partitions anew empty. - Note that systemd-repart only changes partition tables, it does not create or - resize any file systems within these partitions. A separate mechanism should be used for that, for - example + Note that systemd-repart by default only changes partition tables, it does not + create or resize any file systems within these partitions, unless the Format= + configuration option is specified. Also note that there are also separate mechanisms available for this + purpose, for example systemd-growfs8 and systemd-makefs.