summaryrefslogtreecommitdiffstats
path: root/hcl2/alma-9-x86_64/base.pkrvars.hcl
diff options
context:
space:
mode:
Diffstat (limited to 'hcl2/alma-9-x86_64/base.pkrvars.hcl')
-rw-r--r--hcl2/alma-9-x86_64/base.pkrvars.hcl19
1 files changed, 19 insertions, 0 deletions
diff --git a/hcl2/alma-9-x86_64/base.pkrvars.hcl b/hcl2/alma-9-x86_64/base.pkrvars.hcl
new file mode 100644
index 0000000..ff70933
--- /dev/null
+++ b/hcl2/alma-9-x86_64/base.pkrvars.hcl
@@ -0,0 +1,19 @@
+# Read the variables type constraints documentation
+# https://www.packer.io/docs/templates/hcl_templates/variables#type-constraints
+# for more info.
+
+# Following variables will be defined though Makefile:
+# http_dir=$(@D)/http
+# output_directory=builds/$(@D)/base
+# playbook=$(ANSIBLE_DIR_CORE)/slx-builder.yml
+# vm_name=$(@D)
+
+boot_command = [
+ "<esc><wait>",
+ "linux inst.cmdline biosdevname=0 net.ifnames=0 ",
+ "rootpw=secret ",
+ "inst.ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/anaconda-ks.cfg",
+ "<enter>"
+ ]
+iso_checksum = "file:https://mirror1.hs-esslingen.de/pub/Mirrors/almalinux/9/isos/x86_64/CHECKSUM"
+iso_url = "https://mirror1.hs-esslingen.de/pub/Mirrors/almalinux/9/isos/x86_64/AlmaLinux-9-latest-x86_64-minimal.iso"