File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed
ansible/roles/configure/tasks Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 34
34
- Updates Almalinux 8 to 8.7 release. [ GH-361 ] ( https://github.com/vmware-samples/packer-examples-for-vsphere/pull/361 )
35
35
- Updates CentOS Stream 9 to December 2022 release. [ GH-418 ] ( https://github.com/vmware-samples/packer-examples-for-vsphere/pull/418 )
36
36
- Updates CentOS Stream 8 to November 2022 release. [ GH-417 ] ( https://github.com/vmware-samples/packer-examples-for-vsphere/pull/417 )
37
+ - Updates Debian 11 to 11.6 release. [ GH-432 ] ( https://github.com/vmware-samples/packer-examples-for-vsphere/pull/432 )
37
38
- Updates Windows Server 2022 to November 2022 (US English) release. [ GH-376 ] ( https://github.com/vmware-samples/packer-examples-for-vsphere/pull/376 )
38
39
- Updates Windows Server 2019 to November 2022 (US English) release. [ GH-373 ] ( https://github.com/vmware-samples/packer-examples-for-vsphere/pull/373 )
39
40
- Updates Windows 11 22H2 to November 2022 (US English) release. [ GH-419 ] ( https://github.com/vmware-samples/packer-examples-for-vsphere/pull/419 )
Original file line number Diff line number Diff line change @@ -811,7 +811,7 @@ The project supports using a datastore to store your guest operating system [`.i
811
811
- VMware Photon OS 4
812
812
- [Download][download-linux-photon-server-4] the latest release of the ** FULL** ` .iso` image. (_e.g._ ` photon-4.0-xxxxxxxxx.iso` )
813
813
- Debian 11
814
- - [Download][download-linux-debian-11] the 11.5 ** netinst** release ` .iso` image. (_e.g._ ` debian-11.x.0-amd64-netinst.iso` )
814
+ - [Download][download-linux-debian-11] the latest ** netinst** release ` .iso` image. (_e.g._ ` debian-11.x.0-amd64-netinst.iso` )
815
815
- Ubuntu Server 22.04 LTS
816
816
- [Download][download-linux-ubuntu-server-22-04-lts] the latest ** LIVE** release ` .iso` image. (_e.g.,_ ` ubuntu-22.04.x-live-server-amd64.iso` )
817
817
- Ubuntu Server 20.04 LTS
Original file line number Diff line number Diff line change 24
24
shell : |
25
25
sudo tee -a /etc/vmware-tools/tools.conf << EOF
26
26
[guestosinfo]
27
- short-name = other4xLinux64Guest
27
+ short-name = other5xLinux64Guest
28
28
EOF
Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ vm_guest_os_keyboard = "us"
9
9
vm_guest_os_timezone = " UTC"
10
10
vm_guest_os_family = " linux"
11
11
vm_guest_os_name = " debian"
12
- vm_guest_os_version = " 11.5 "
12
+ vm_guest_os_version = " 11.6 "
13
13
14
14
// Virtual Machine Guest Operating System Setting
15
- vm_guest_os_type = " other4xLinux64Guest "
15
+ vm_guest_os_type = " other5xLinux64Guest "
16
16
17
17
// Virtual Machine Hardware Settings
18
18
vm_firmware = " efi-secure"
@@ -29,9 +29,9 @@ vm_network_card = "vmxnet3"
29
29
30
30
// Removable Media Settings
31
31
iso_path = " iso/linux/debian"
32
- iso_file = " debian-11.5 .0-amd64-netinst.iso"
32
+ iso_file = " debian-11.6 .0-amd64-netinst.iso"
33
33
iso_checksum_type = " sha512"
34
- iso_checksum_value = " 6a6607a05d57b7c62558e9c462fe5c6c04b9cfad2ce160c3e9140aa4617ab73aff7f5f745dfe51bbbe7b33c9b0e219a022ad682d6c327de0e53e40f079abf66a "
34
+ iso_checksum_value = " 224cd98011b9184e49f858a46096c6ff4894adff8945ce89b194541afdfd93b73b4666b0705234bd4dff42c0a914fdb6037dd0982efb5813e8a553d8e92e6f51 "
35
35
36
36
// Boot Settings
37
37
vm_boot_order = " disk,cdrom"
You can’t perform that action at this time.
0 commit comments