From 2de4321b014e8f95b7d7450f78048ffaa7a1a703 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sun, 3 May 2026 23:37:30 +0200 Subject: Add proxmox install support Using debian live ISO instead of proxmox live ISO, since using the proxmox ISO didn't allow automating the setup after connecting to the network. --- roles/bootstrap/meta/argument_specs.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'roles/bootstrap/meta') diff --git a/roles/bootstrap/meta/argument_specs.yml b/roles/bootstrap/meta/argument_specs.yml index 1744925..b758378 100644 --- a/roles/bootstrap/meta/argument_specs.yml +++ b/roles/bootstrap/meta/argument_specs.yml @@ -24,3 +24,13 @@ argument_specs: required: false default: "acpi_osi=Darwin i915.modeset=1 acpi_mask_gpe=0x06" description: "Extra kernel boot arguments appended to rEFInd boot entries when bootstrap_mac is true" + bootstrap_pi: + type: "bool" + required: false + default: false + description: "Install Raspberry PI OS (Raspberry ISO reports as Debian)" + bootstrap_proxmox: + type: "bool" + required: false + default: false + description: "Install Proxmox VE (Using Debian Live ISO since Proxmox ISO lacks automation)" -- cgit v1.2.3