packer: Update VirtualBox Guest Additions to 5.2.22
[grml-debootstrap.git] / packer / debian64.json
index 7c45eee..5d3b82b 100644 (file)
     "boot_command": [
       "<tab> ssh=grml <enter>"
     ],
-    "shutdown_command": "shutdown -h now"
+    "shutdown_command": "shutdown -h now",
+    "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"]
+    ]
   }
   ],
     "provisioners": [