diff --git a/packer/libvirt-leap-15.2/packer.json b/packer/libvirt-leap-15.2/packer.json index 5892121..c54a676 100644 --- a/packer/libvirt-leap-15.2/packer.json +++ b/packer/libvirt-leap-15.2/packer.json @@ -13,10 +13,10 @@ "", "", "", - "", - "linux netsetup=dhcp net.ifnames=0 biosdevname=0 lang=en_US textmode=1 ", - "install=http://download.opensuse.org/distribution/leap/15.2/repo/oss ", - "autoyast=http://{{ .HTTPIP }}:{{ .HTTPPort }}/autoinst.xml ", + "", + "linux netsetup=dhcp net.ifnames=0 biosdevname=0 lang=en_US textmode=1 ", + "install=http://download.opensuse.org/distribution/leap/15.2/repo/oss ", + "autoyast=http://{{ .HTTPIP }}:{{ .HTTPPort }}/autoinst.xml ", "" ], "boot_wait": "3s", diff --git a/packer/libvirt-tumbleweed/packer.json b/packer/libvirt-tumbleweed/packer.json index 2902ab0..271cd0e 100644 --- a/packer/libvirt-tumbleweed/packer.json +++ b/packer/libvirt-tumbleweed/packer.json @@ -13,10 +13,10 @@ "", "", "", - "", - "linux netsetup=dhcp net.ifnames=0 biosdevname=0 lang=en_US textmode=1 ", - "install=http://download.opensuse.org/tumbleweed/repo/oss ", - "autoyast=http://{{ .HTTPIP }}:{{ .HTTPPort }}/autoinst.xml ", + "", + "linux netsetup=dhcp net.ifnames=0 biosdevname=0 lang=en_US textmode=1 ", + "install=http://download.opensuse.org/tumbleweed/repo/oss ", + "autoyast=http://{{ .HTTPIP }}:{{ .HTTPPort }}/autoinst.xml ", "" ], "boot_wait": "3s", diff --git a/packer/virtualbox-leap-15.2/packer.json b/packer/virtualbox-leap-15.2/packer.json index bd5242e..e869b9f 100644 --- a/packer/virtualbox-leap-15.2/packer.json +++ b/packer/virtualbox-leap-15.2/packer.json @@ -12,10 +12,10 @@ "", "", "", - "", - "linux netsetup=dhcp net.ifnames=0 biosdevname=0 lang=en_US textmode=1 ", - "install=http://download.opensuse.org/distribution/leap/15.2/repo/oss ", - "autoyast=http://{{ .HTTPIP }}:{{ .HTTPPort }}/autoinst.xml ", + "", + "linux netsetup=dhcp net.ifnames=0 biosdevname=0 lang=en_US textmode=1 ", + "install=http://download.opensuse.org/distribution/leap/15.2/repo/oss ", + "autoyast=http://{{ .HTTPIP }}:{{ .HTTPPort }}/autoinst.xml ", "" ], "boot_wait": "3s", diff --git a/packer/virtualbox-tumbleweed/packer.json b/packer/virtualbox-tumbleweed/packer.json index 1671b82..d742333 100644 --- a/packer/virtualbox-tumbleweed/packer.json +++ b/packer/virtualbox-tumbleweed/packer.json @@ -12,10 +12,10 @@ "", "", "", - "", - "linux netsetup=dhcp net.ifnames=0 biosdevname=0 lang=en_US textmode=1 ", - "install=http://download.opensuse.org/tumbleweed/repo/oss ", - "autoyast=http://{{ .HTTPIP }}:{{ .HTTPPort }}/autoinst.xml ", + "", + "linux netsetup=dhcp net.ifnames=0 biosdevname=0 lang=en_US textmode=1 ", + "install=http://download.opensuse.org/tumbleweed/repo/oss ", + "autoyast=http://{{ .HTTPIP }}:{{ .HTTPPort }}/autoinst.xml ", "" ], "boot_wait": "3s",