From 910c686abcd324e27283432b139c2ea6b3a10821 Mon Sep 17 00:00:00 2001 From: Clint Branham Date: Wed, 18 Mar 2026 14:15:35 -0500 Subject: [PATCH] fix(ci): remove invalid on_first_boot field from answer.toml The on_first_boot option is a CLI flag for prepare-iso, not a valid field in the answer file's [global] section. The first-boot script is already passed via --on-first-boot in prepare-auto-iso.sh. Co-Authored-By: Claude Opus 4.6 (1M context) --- tests/infrastructure/answer.toml.tftpl | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/infrastructure/answer.toml.tftpl b/tests/infrastructure/answer.toml.tftpl index 4ccce1e..68e6272 100644 --- a/tests/infrastructure/answer.toml.tftpl +++ b/tests/infrastructure/answer.toml.tftpl @@ -7,7 +7,6 @@ timezone = "UTC" root_password = "${root_password}" reboot_on_error = true root_ssh_keys = [] -on_first_boot = "first-boot.sh" [network] source = "from-dhcp"