Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/examples/disk_layouts-sample.json
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 /examples/disk_layouts-sample.json
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 'examples/disk_layouts-sample.json')
-rw-r--r--examples/disk_layouts-sample.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/disk_layouts-sample.json b/examples/disk_layouts-sample.json
index ca10415c..ebb47c82 100644
--- a/examples/disk_layouts-sample.json
+++ b/examples/disk_layouts-sample.json
@@ -7,7 +7,7 @@
"filesystem": {
"format": "fat32"
},
- "format": true,
+ "wipe": true,
"mountpoint": "/boot",
"size": "513MB",
"start": "5MB",
@@ -26,7 +26,7 @@
"filesystem": {
"format": "btrfs"
},
- "format": true,
+ "wipe": true,
"mountpoint": "/",
"size": "100%",
"start": "518MB",
@@ -35,4 +35,4 @@
],
"wipe": true
}
-} \ No newline at end of file
+}