mirror of
https://github.com/CachyOS/New-Cli-Installer.git
synced 2025-01-23 22:42:31 +08:00
33 lines
754 B
JSON
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"
|
|
}
|