From a329c048637994c5a2fb0a2f4a66b71da98efd3c Mon Sep 17 00:00:00 2001 From: axtloss Date: Sun, 28 Aug 2022 20:28:50 +0200 Subject: [PATCH] Update example_config.json Signed-off-by: axtloss --- example_config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example_config.json b/example_config.json index 641f60c..4225c7d 100755 --- a/example_config.json +++ b/example_config.json @@ -4,7 +4,7 @@ "mode": "Auto", "efi": true, "partitions": [ - "/home:sdb:btrfs" // This would be disk /dev/sdb, formatted with btrfs mounted at /home + "/home: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 },