refactor(bootstrap): standardize patterns, extract common logic, remove dead code
This commit is contained in:
@@ -166,6 +166,9 @@ Top-level host install/runtime settings. Use these keys under `system`.
|
||||
| `version` | string | empty | Version selector for distro families |
|
||||
| `filesystem` | string | empty | `btrfs`, `ext4`, or `xfs` |
|
||||
| `name` | string | inventory hostname | Final hostname |
|
||||
| `timezone` | string | `Europe/Vienna` | System timezone (tz database name) |
|
||||
| `locale` | string | `en_US.UTF-8` | System locale |
|
||||
| `keymap` | string | `us` | Console keymap (`vconsole.conf`) |
|
||||
| `id` | int/string | empty | VMID (required for Proxmox) |
|
||||
| `cpus` | int | `0` | vCPU count |
|
||||
| `memory` | int | `0` | Memory in MiB |
|
||||
|
||||
Reference in New Issue
Block a user