From 7270543c6756d5c3cd2f5934b6a0beacb54b26d8 Mon Sep 17 00:00:00 2001 From: axtloss Date: Tue, 23 Aug 2022 14:31:47 +0200 Subject: [PATCH] Update example_config.json Signed-off-by: axtloss --- example_config.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/example_config.json b/example_config.json index 0ac7dd1..feb9cae 100755 --- a/example_config.json +++ b/example_config.json @@ -47,6 +47,12 @@ "git", "tmux" ], - "unakite": false, // Whether to install the recorvery partition, note that this currently is just a secondary smaller crystal installation + "unakite": { + "enable": false, // Whether to install the recorvery partition, note that this currently is just a secondary smaller crystal installation + "root": "/dev/sda2", // The root partition for unakite + "oldroot": "/dev/sda3", // The root partition that the main crystal installation uses + "efidir": "/boot/efi", // The esp mountpoint in unakite, note that this is only read when using it on an efi system + "bootdev": "/dev/sda1" // the partition for the boot/efi partition + }, "kernel": "linux" // which kernel to install, available options are linux, linux-zen, linux-lts, linux-hardened. When an unknown option is passed it will default to linux }