Skip to content

Commit 621247f

Browse files
author
Ryan Johnson
authored
chore(deps): bump debian from v11.5 to v11.6 (vmware#432)
Bumps Debian from v11.5 to v11.6. Signed-off-by: Ryan Johnson <[email protected]>
1 parent d5741af commit 621247f

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
- Updates Almalinux 8 to 8.7 release. [GH-361](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/361)
3535
- Updates CentOS Stream 9 to December 2022 release. [GH-418](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/418)
3636
- 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)
3738
- Updates Windows Server 2022 to November 2022 (US English) release. [GH-376](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/376)
3839
- Updates Windows Server 2019 to November 2022 (US English) release. [GH-373](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/373)
3940
- Updates Windows 11 22H2 to November 2022 (US English) release. [GH-419](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/419)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@ The project supports using a datastore to store your guest operating system [`.i
811811
- VMware Photon OS 4
812812
- [Download][download-linux-photon-server-4] the latest release of the **FULL** `.iso` image. (_e.g._ `photon-4.0-xxxxxxxxx.iso`)
813813
- 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`)
815815
- Ubuntu Server 22.04 LTS
816816
- [Download][download-linux-ubuntu-server-22-04-lts] the latest **LIVE** release `.iso` image. (_e.g.,_ `ubuntu-22.04.x-live-server-amd64.iso`)
817817
- Ubuntu Server 20.04 LTS

ansible/roles/configure/tasks/debian.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
shell: |
2525
sudo tee -a /etc/vmware-tools/tools.conf << EOF
2626
[guestosinfo]
27-
short-name = other4xLinux64Guest
27+
short-name = other5xLinux64Guest
2828
EOF

builds/linux/debian/11/linux-debian.auto.pkrvars.hcl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ vm_guest_os_keyboard = "us"
99
vm_guest_os_timezone = "UTC"
1010
vm_guest_os_family = "linux"
1111
vm_guest_os_name = "debian"
12-
vm_guest_os_version = "11.5"
12+
vm_guest_os_version = "11.6"
1313

1414
// Virtual Machine Guest Operating System Setting
15-
vm_guest_os_type = "other4xLinux64Guest"
15+
vm_guest_os_type = "other5xLinux64Guest"
1616

1717
// Virtual Machine Hardware Settings
1818
vm_firmware = "efi-secure"
@@ -29,9 +29,9 @@ vm_network_card = "vmxnet3"
2929

3030
// Removable Media Settings
3131
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"
3333
iso_checksum_type = "sha512"
34-
iso_checksum_value = "6a6607a05d57b7c62558e9c462fe5c6c04b9cfad2ce160c3e9140aa4617ab73aff7f5f745dfe51bbbe7b33c9b0e219a022ad682d6c327de0e53e40f079abf66a"
34+
iso_checksum_value = "224cd98011b9184e49f858a46096c6ff4894adff8945ce89b194541afdfd93b73b4666b0705234bd4dff42c0a914fdb6037dd0982efb5813e8a553d8e92e6f51"
3535

3636
// Boot Settings
3737
vm_boot_order = "disk,cdrom"

0 commit comments

Comments
 (0)