diff options
author | Vincent Danjean <Vincent.Danjean@ens-lyon.org> | 2023-05-03 10:27:32 +0200 |
---|---|---|
committer | Vincent Danjean <Vincent.Danjean@ens-lyon.org> | 2023-05-03 10:39:24 +0200 |
commit | 9ae1ff88a2291f6e601c6e51653864b8e59ad689 (patch) | |
tree | 08f87033ecc86e79c421458237fdf22016b653d7 /en | |
parent | 021e44ce6115b616fcc81bb604530bf44fed5b39 (diff) | |
download | installation-guide-9ae1ff88a2291f6e601c6e51653864b8e59ad689.zip |
Add documentation about units supported in partman
Diffstat (limited to 'en')
-rw-r--r-- | en/using-d-i/modules/partman.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/en/using-d-i/modules/partman.xml b/en/using-d-i/modules/partman.xml index 15d748f8c..81e49baa6 100644 --- a/en/using-d-i/modules/partman.xml +++ b/en/using-d-i/modules/partman.xml @@ -148,6 +148,12 @@ The following file systems are supported. </para></listitem> </itemizedlist> +</para><para> + +The partitionner accepts units as power-of-ten (1 GB = 1000 kB = 1000000 B), as +well as power-of-two (1 GiB = 1024 kiB = 1048576 B). Unit prefixes are +supported until EB/EiB (exabyte/exbibyte). + </para> </sect3> |