Initial commit

This commit is contained in:
Rudra Saraswat 2023-04-19 15:29:59 +05:30
commit d105f4f28a
4 changed files with 1048 additions and 0 deletions

35
sample-config.json Normal file
View file

@ -0,0 +1,35 @@
{
"partition": {
"device": "/dev/randomdisk",
"mode": "Auto",
"efi": true,
"partitions": [
"none:/dev/randomdisk1:don't format"
]
},
"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_ENCRYPTED_PASSWORD",
"hasroot": true,
"shell": "bash"
}
],
"flatpak": true,
"kernel": "linux"
}