New-Cli-Installer/settings.json

19 lines
433 B
JSON
Raw Normal View History

{
2022-08-13 04:03:47 +08:00
"menus": 2,
"headless_mode": true,
"device": "/dev/nvme0n1",
2022-08-13 04:03:47 +08:00
"fs_name": "btrfs",
"hostname": "cachyos",
"locale": "en_US",
2022-08-13 04:03:47 +08:00
"xkbmap": "us",
"timezone": "America/New_York",
"user_name": "testuser",
"user_pass": "test",
"user_shell": "/bin/bash",
"root_pass": "secure",
2022-06-11 19:53:29 +08:00
"kernel": "linux-cachyos",
"desktop": "kde",
"bootloader": "systemd-boot",
"drivers_type": "free"
}