# Mountaineer installer config — VM test defaults. # # Schema (MVP): # disk: block device to install to (must exist on target) # encrypt: true|false # passphrase: if encrypt is true (plaintext here — VM-test only) # hostname: short hostname # ssh_pubkey: operator pubkey for root (bootstraps console-less access) # root_password: console root password (sshd password auth is disabled) # network: dhcp|static (static needs more fields, not in MVP) # # The installer reads this from /media/cdrom/install.yaml on the live ISO # (mounted via the second qcow drive in vm-test-install.sh). If absent, # the installer falls back to interactive dialog prompts. disk: /dev/vda encrypt: false hostname: mountaineer-test ssh_pubkey: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIGRt2oniXTd82AVcOjTP5X2ZWRg6/mZpuiNBP3WedNT mountaineer-builder" root_password: mountaineer network: dhcp