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:
authorAnton Hvornum <anton.feeds@gmail.com>2021-11-26 14:24:47 +0000
committerAnton Hvornum <anton.feeds@gmail.com>2021-11-26 14:24:47 +0000
commit87e75a7d09b358ef929ca62d1a741acaaa8ad504 (patch)
tree4f4c74af8f505eb12fc6642d442ac9bb28f52134 /examples/disk_layouts-sample.json
parente285d84651eb81157e35f776c3351b0873d29020 (diff)
Updated examples, fix #772
Diffstat (limited to 'examples/disk_layouts-sample.json')
-rw-r--r--examples/disk_layouts-sample.json38
1 files changed, 38 insertions, 0 deletions
diff --git a/examples/disk_layouts-sample.json b/examples/disk_layouts-sample.json
new file mode 100644
index 00000000..ca10415c
--- /dev/null
+++ b/examples/disk_layouts-sample.json
@@ -0,0 +1,38 @@
+{
+ "/dev/loop0": {
+ "partitions": [
+ {
+ "boot": true,
+ "encrypted": false,
+ "filesystem": {
+ "format": "fat32"
+ },
+ "format": true,
+ "mountpoint": "/boot",
+ "size": "513MB",
+ "start": "5MB",
+ "type": "primary"
+ },
+ {
+ "btrfs": {
+ "subvolumes": {
+ "@.snapshots": "/.snapshots",
+ "@home": "/home",
+ "@log": "/var/log",
+ "@pkgs": "/var/cache/pacman/pkg"
+ }
+ },
+ "encrypted": true,
+ "filesystem": {
+ "format": "btrfs"
+ },
+ "format": true,
+ "mountpoint": "/",
+ "size": "100%",
+ "start": "518MB",
+ "type": "primary"
+ }
+ ],
+ "wipe": true
+ }
+} \ No newline at end of file