New-Cli-Installer/settings.json
Vladislav Nepogodin f054a1d629
Some checks failed
Build / Build with CMake (push) Has been cancelled
Build / Build with CMake (DEVENV OFF) (push) Has been cancelled
Build / Build with Meson (push) Has been cancelled
Build / Build with Meson (DEVENV OFF) (push) Has been cancelled
Checks / cpp-linter (push) Has been cancelled
Checks / Check C++ style (push) Has been cancelled
🚧 chwd: remove obsolete flags
2025-01-14 02:40:57 +04:00

33 lines
757 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",
"fs_name": "vfat",
"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"
}