index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | examples/disk_layouts-sample.json | 6 |
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 +} |