You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jade/example_config.json

43 lines
870 B
JSON

{
"partition": {
"device": "sda",
"mode": "auto",
"efi": true
},
"bootloader": {
"type": "grub-efi",
"location": "/boot/efi"
},
"locale": {
"locale": [
"en_US.UTF-8 UTF-8"
],
"keymap": "colemak",
"timezone": "Europe/Berlin"
},
"networking": {
"hostname": "jade-test",
"ipv6": false
},
"users": [
{
"name": "jade",
"password": "jade",
"hasroot": true
},
{
"name": "jade2",
"password": "jade2",
"hasroot": false
}
],
"rootpass": "jaderoot",
"desktop": "onyx",
"timeshift": true,
"extra_packages": [
"firefox",
"vim",
"git",
"tmux"
]
}