Initial commit
This commit is contained in:
commit
d105f4f28a
4 changed files with 1048 additions and 0 deletions
35
sample-config.json
Normal file
35
sample-config.json
Normal 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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue