From 4e2e33245d193195887c03d54021058c4c185522 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Tue, 18 Dec 2018 18:09:00 +0100 Subject: [PATCH] packer: Update VirtualBox Guest Additions to 5.2.22 VirtualBox 5.2.22 is available in current stretch-backports, testing (buster) and unstable. The URL for VBoxGuestAdditions_5.2.1-118918.iso no longer works (results in 404). --- packer/debian64.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packer/debian64.json b/packer/debian64.json index bac55c1..5d3b82b 100644 --- a/packer/debian64.json +++ b/packer/debian64.json @@ -27,8 +27,8 @@ " ssh=grml " ], "shutdown_command": "shutdown -h now", - "guest_additions_url": "https://www.virtualbox.org/download/testcase/VBoxGuestAdditions_5.2.1-118918.iso", - "guest_additions_sha256": "5023b5b6314593c092d2680fbbfe37870977b1d7fa790af9bdd4a75944ca0603", + "guest_additions_url": "https://download.virtualbox.org/virtualbox/5.2.22/VBoxGuestAdditions_5.2.22.iso", + "guest_additions_sha256": "e51e33500a265b5c2d7bb2d03d32208df880523dfcb1e2dde2c78a0e0daa0603", "vboxmanage": [ ["modifyvm", "{{.Name}}", "--memory", "1024"] ] -- 2.1.4