X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=packer%2Fdebian64.json;h=5d3b82b58059a13d1b0af22599289608d0f45b6e;hp=7c45eee7ecf04f7e1925a3103b200ca25160bfe3;hb=7a11723297e5ca49f253b52e32a464afc7c05467;hpb=ecff5b9df5abd9a896247d71d4a05291c661705b diff --git a/packer/debian64.json b/packer/debian64.json index 7c45eee..5d3b82b 100644 --- a/packer/debian64.json +++ b/packer/debian64.json @@ -26,7 +26,12 @@ "boot_command": [ " ssh=grml " ], - "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": [