From dbc68136fa8e79487a4458178a2795673f22e3de Mon Sep 17 00:00:00 2001 From: axtloss Date: Wed, 7 Sep 2022 21:12:40 +0200 Subject: [PATCH] Update example_config.json Signed-off-by: axtloss --- example_config.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/example_config.json b/example_config.json index 4225c7d..5d4dde0 100755 --- a/example_config.json +++ b/example_config.json @@ -4,9 +4,8 @@ "mode": "Auto", "efi": true, "partitions": [ - "/home:sdb2:btrfs" // This would be partition /dev/sdb2, formatted with btrfs mounted at /home + "/mnt/home:/dev/sdb2:btrfs" // This would be partition /dev/sdb2, formatted with btrfs mounted at /home ] // this is only needed for manual partitioning, it would contain all the partitions for jade to use and the filesystem as well as mountpoint - // Note that the mountpoint has the root at the installation destination, so instead of /mnt/boot it would be /boot }, "bootloader": { "type": "grub-efi", // for legacy this would be grub-legacy