New-Cli-Installer/settings.json

18 lines
407 B
JSON
Raw Normal View History

{
"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",
2022-06-11 19:53:29 +08:00
"timezone": "America/New_York",
"kernel": "linux-cachyos",
"desktop": "kde",
"bootloader": "systemd-boot",
"drivers_type": "free"
}