Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
Update example_config.json
Browse files Browse the repository at this point in the history
Signed-off-by: axtloss <[email protected]>
  • Loading branch information
axtloss authored Aug 23, 2022
1 parent 8dddaae commit 7270543
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion example_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit 7270543

Please sign in to comment.