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 }