Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorWerner Llácer <wllacer@gmail.com>2022-02-01 16:44:39 +0100
committerGitHub <noreply@github.com>2022-02-01 16:44:39 +0100
commite3adab13e837cbca619a7914b76c72e4d1e6d4d8 (patch)
tree219fc45610b85d700074b9baf65ff72ee53ca9a5 /docs
parent64bde666acae251ee4d8dd3c8166d14029f7f8fa (diff)
Issue923 (#927)
* Correct definition of btrfs standard layout * Solving issue 923. Standarize keyword "wipe" to signal the need of formatting a FS * flake8 complains
Diffstat (limited to 'docs')
-rw-r--r--docs/installing/guided.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/installing/guided.rst b/docs/installing/guided.rst
index 99f7d814..5c360256 100644
--- a/docs/installing/guided.rst
+++ b/docs/installing/guided.rst
@@ -194,7 +194,7 @@ Options for ``--disk_layouts``
"filesystem": {
"format": "fat32"
},
- "format": true,
+ "wipe": true,
"mountpoint": "/boot",
"size": "513MB",
"start": "5MB",
@@ -213,7 +213,7 @@ Options for ``--disk_layouts``
"filesystem": {
"format": "btrfs"
},
- "format": true,
+ "wipe": true,
"mountpoint": "/",
"size": "100%",
"start": "518MB",
@@ -245,4 +245,4 @@ Options for ``--disk_layouts``
| type | primary | Only used if MBR and BIOS is used. Marks what kind of partition it is. | No |
+----------------------+-----------------------------------------------------+--------------------------------------------------------------------------------------+-----------------------------------------------+
| btrfs | { "subvolumes": {"subvolume": "mountpoint"}} | Support for btrfs subvolumes for a given partition | No |
-+----------------------+-----------------------------------------------------+--------------------------------------------------------------------------------------+-----------------------------------------------+ \ No newline at end of file
++----------------------+-----------------------------------------------------+--------------------------------------------------------------------------------------+-----------------------------------------------+