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:
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
+}