diff --git a/http/opensuse-leap-42.1/autoinst.xml b/http/opensuse-leap-42.2/autoinst.xml similarity index 99% rename from http/opensuse-leap-42.1/autoinst.xml rename to http/opensuse-leap-42.2/autoinst.xml index 3b5619238..8bf0c563e 100644 --- a/http/opensuse-leap-42.1/autoinst.xml +++ b/http/opensuse-leap-42.2/autoinst.xml @@ -108,7 +108,7 @@ true true vagrantup.com - opensuse-leap-42.1-x64 + opensuse-leap-42.2-x64 diff --git a/opensuse-leap-42.1-x86_64.json b/opensuse-leap-42.2-x86_64.json similarity index 87% rename from opensuse-leap-42.1-x86_64.json rename to opensuse-leap-42.2-x86_64.json index ffa76abb4..85c9e9fbe 100644 --- a/opensuse-leap-42.1-x86_64.json +++ b/opensuse-leap-42.2-x86_64.json @@ -4,7 +4,7 @@ "boot_command": [ "", "linux netsetup=dhcp install=cd:/", - " lang=en_US.UTF-8 autoyast=http://{{ .HTTPIP }}:{{ .HTTPPort }}/{{user `autoinst_cfg`}}", + " lang=en_US autoyast=http://{{ .HTTPIP }}:{{ .HTTPPort }}/{{user `autoinst_cfg`}}", " textmode=1", "" ], @@ -46,7 +46,7 @@ "boot_command": [ "", "linux netsetup=dhcp install=cd:/", - " lang=en_US.UTF-8 autoyast=http://{{ .HTTPIP }}:{{ .HTTPPort }}/{{user `autoinst_cfg`}}", + " lang=en_US autoyast=http://{{ .HTTPIP }}:{{ .HTTPPort }}/{{user `autoinst_cfg`}}", " textmode=1", "" ], @@ -77,7 +77,7 @@ "boot_command": [ "", "linux netsetup=dhcp netdevice=eth0 install=cd:/", - " lang=en_US.UTF-8 autoyast=http://{{ .HTTPIP }}:{{ .HTTPPort }}/{{user `autoinst_cfg`}}", + " lang=en_US autoyast=http://{{ .HTTPIP }}:{{ .HTTPPort }}/{{user `autoinst_cfg`}}", " textmode=1", "" ], @@ -117,7 +117,7 @@ "boot_command": [ "", "linux netsetup=dhcp netdevice=eth0 install=cd:/", - " lang=en_US.UTF-8 autoyast=http://{{ .HTTPIP }}:{{ .HTTPPort }}/{{user `autoinst_cfg`}}", + " lang=en_US autoyast=http://{{ .HTTPIP }}:{{ .HTTPPort }}/{{user `autoinst_cfg`}}", " textmode=1", "" ], @@ -168,16 +168,15 @@ "scripts/opensuse/sudoers.sh", "scripts/opensuse/zypper-locks.sh", "scripts/opensuse/remove-dvd-source.sh", - "scripts/opensuse/cleanup.sh", - "scripts/common/minimize.sh" + "scripts/opensuse/cleanup.sh" ], "type": "shell" } ], "variables": { "arch": "64", - "autoinst_cfg": "opensuse-leap-42.1/autoinst.xml", - "box_basename": "opensuse-leap-42.1", + "autoinst_cfg": "opensuse-leap-42.2/autoinst.xml", + "box_basename": "opensuse-leap-42.2", "build_timestamp": "{{isotime \"20060102150405\"}}", "cpus": "1", "disk_size": "20480", @@ -185,16 +184,16 @@ "headless": "", "http_proxy": "{{env `http_proxy`}}", "https_proxy": "{{env `https_proxy`}}", - "iso_checksum": "8576e84822cdbe566bf551e28a169fc028229831eba9f07a4c1f84302c5ddb09", + "iso_checksum": "ba5af6b0ac4d42d801de642304eb88ca9fd65a61b6c3ff25724182494f288f00", "iso_checksum_type": "sha256", - "iso_name": "openSUSE-Leap-42.1-DVD-x86_64.iso", + "iso_name": "openSUSE-Leap-42.2-DVD-x86_64.iso", "memory": "768", "metadata": "floppy/dummy_metadata.json", "mirror": "http://suse.mobile-central.org/distribution", - "mirror_directory": "leap/42.1/iso", - "name": "opensuse-leap-42.1", + "mirror_directory": "leap/42.2/iso", + "name": "opensuse-leap-42.2", "no_proxy": "{{env `no_proxy`}}", - "template": "opensuse-leap-42.1-x86_64", + "template": "opensuse-leap-42.2-x86_64", "version": "2.0.TIMESTAMP" } }