New-Cli-Installer/settings.json
2023-01-28 02:09:33 +04:00

33 lines
754 B
JSON

{
"menus": 2,
"headless_mode": false,
"device": "/dev/nvme0n1",
"fs_name": "btrfs",
"partitions": [
{
"name": "/dev/nvme0n1p3",
"mountpoint": "/",
"size": "450G",
"type": "root"
},
{
"name": "/dev/nvme0n1p1",
"mountpoint": "/boot",
"size": "512M",
"type": "boot"
}
],
"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"
}