From 87e75a7d09b358ef929ca62d1a741acaaa8ad504 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Fri, 26 Nov 2021 14:24:47 +0000 Subject: Updated examples, fix #772 --- examples/disk_layouts-sample.json | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 examples/disk_layouts-sample.json (limited to 'examples/disk_layouts-sample.json') 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 -- cgit v1.2.3-70-g09d2