Skip to content

Commit

Permalink
Fix preseed URL for Ubuntu 18.04 when building a Vagrant box
Browse files Browse the repository at this point in the history
Signed-off-by: Krzysztof Wilczyński <kw@linux.com>
  • Loading branch information
kwilczynski committed May 13, 2020
1 parent a3b16da commit 68a2e74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ubuntu-18.04-amd64.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
" apt-setup/security_host={{ user `archive_mirror`}}<wait>",
" mirror/http/hostname={{ user `archive_mirror`}}<wait>",
" noapic<wait>",
" preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/proxmox/ubuntu-18.04/preseed.cfg<wait>",
" preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/vagrant/ubuntu-18.04/preseed.cfg<wait>",
" -- <wait>",
"<enter><wait>"
],
Expand Down Expand Up @@ -179,7 +179,7 @@
" apt-setup/security_host={{ user `archive_mirror`}}<wait>",
" mirror/http/hostname={{ user `archive_mirror`}}<wait>",
" noapic<wait>",
" preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/proxmox/ubuntu-18.04/preseed.cfg<wait>",
" preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/vagrant/ubuntu-18.04/preseed.cfg<wait>",
" -- <wait>",
"<enter><wait>"
],
Expand Down

0 comments on commit 68a2e74

Please sign in to comment.