New-Cli-Installer/settings.json
Vladislav Nepogodin 5357735671
Introduce config
The config can be used to automatically install
the CachyOS on the target
2022-06-11 04:18:39 +04:00

14 lines
292 B
JSON

{
"menus": -1,
"fs_name": "btrfs",
"device": "/dev/nvme0n1",
"locale": "en_US",
"user_name": "testuser",
"user_pass": "test",
"user_shell": "/bin/bash",
"root_pass": "secure",
"hostname": "cachyos",
"xkbmap": "us",
"timezone": "America/New_York"
}