-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoverrides.pkrvars.hcl.example
More file actions
28 lines (22 loc) · 1.24 KB
/
overrides.pkrvars.hcl.example
File metadata and controls
28 lines (22 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# SPDX-License-Identifier: MIT
# SPDX-FileCopyrightText: 2025-2026 Ryan Johnson
# Ubuntu Server Daily Build - User Overrides Example
# Copy this file to "overrides.pkrvars.hcl" and customize the values below
# Usage: The script will automatically detect and use overrides.pkrvars.hcl
# VM Hardware Configuration
# vm_cpu = 2 # Number of CPUs (default: 2)
# vm_cpu_cores = 1 # CPU cores per socket (default: 1)
# vm_memory = 4096 # Memory in MB (default: 4096)
# vm_disk_size = 20480 # Disk size in MB (default: 20480)
# VM Settings
# vm_headless_enabled = true # Run build in headless mode (default: false)
# firmware = "efi" # Firmware type: "efi" or "bios" (default: "efi", auto for arm64)
# Network and Locale
# locale = "en_US" # System locale (default: "en_US")
# keyboard_layout = "us" # Keyboard layout (default: "us")
# timezone = "UTC" # System timezone (default: "UTC")
# SSH Configuration
# ssh_timeout = "20m" # SSH connection timeout (default: "20m")
# Build Configuration
# boot_wait = "5s" # Time to wait before typing boot command (default: "5s")
# shutdown_timeout = "15m" # Time to wait for shutdown (default: "15m")