blend-inst/sample-config.json
2023-05-11 14:59:18 +05:30

35 lines
No EOL
726 B
JSON

{
"partition": {
"device": "/dev/randomdisk",
"mode": "Manual",
"efi": true,
"partitions": [
"System:/dev/randomdisk1:ext4",
"Boot:/dev/randomdisk2:fat32"
]
},
"bootloader": {
"type": "grub-efi",
"location": "/boot/efi"
},
"locale": {
"locale": [
"en_US.UTF-8 UTF-8"
],
"keymap": "us",
"timezone": "GMT"
},
"networking": {
"hostname": "blend",
"ipv6": false
},
"users": [
{
"name": "user",
"password": "SOME_PLAINTEXT_PASSWORD",
"shell": "bash"
}
],
"flatpak": true,
"kernel": "linux"
}