Skip to content

Commit

Permalink
Version 1.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinbojko committed Feb 20, 2022
1 parent cc04c38 commit 079a2a9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Version 1.9.5 20202-02-20

* [Ubuntu] fixed `boot_command` variable not being passed properly, thus failing Ubuntu builds

## Version 1.9.4 2022-02-13

* [BREAKING_CHANGE] change puppet server default name to more generic `foreman.example.com` in `\extra\playbooks\*_variables.yml`
Expand Down
1 change: 0 additions & 1 deletion templates/hv_ubuntu2004_g2.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ variable "ansible_override" {
}

variable "boot_command" {
type = list(string)
}

variable "disk_size" {
Expand Down
6 changes: 1 addition & 5 deletions variables/variables_ubuntu2004.pkvars.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,4 @@ vlan_id=""
vagrantfile_template="./vagrant/hv_ubuntu2004_g2.template"
ssh_password="password"
provision_script_options="-z false"
boot_command=["<esc><wait3>",
"linux /casper/vmlinuz quiet autoinstall net.ifnames=0 biosdevname=0 ip=dhcp ipv6.disable=1 ds=nocloud-net\\;s=http://{{ .HTTPIP }}:{{ .HTTPPort }}/ <enter>",
"initrd /casper/initrd <enter>",
"boot <enter>"
]
boot_command=["<esc><wait3>","linux /casper/vmlinuz quiet autoinstall net.ifnames=0 biosdevname=0 ip=dhcp ipv6.disable=1 ds=nocloud-net\\;s=http://{{ .HTTPIP }}:{{ .HTTPPort }}/ <enter>","initrd /casper/initrd <enter>","boot <enter>"]

0 comments on commit 079a2a9

Please sign in to comment.