mirror of
https://github.com/CachyOS/New-Cli-Installer.git
synced 2025-01-23 14:32:22 +08:00
19 lines
433 B
JSON
19 lines
433 B
JSON
{
|
|
"menus": 2,
|
|
"headless_mode": true,
|
|
"device": "/dev/nvme0n1",
|
|
"fs_name": "btrfs",
|
|
"hostname": "cachyos",
|
|
"locale": "en_US",
|
|
"xkbmap": "us",
|
|
"timezone": "America/New_York",
|
|
"user_name": "testuser",
|
|
"user_pass": "test",
|
|
"user_shell": "/bin/bash",
|
|
"root_pass": "secure",
|
|
"kernel": "linux-cachyos",
|
|
"desktop": "kde",
|
|
"bootloader": "systemd-boot",
|
|
"drivers_type": "free"
|
|
}
|