diff --git a/jessie.json b/jessie.json index c2d757d..09ee69e 100644 --- a/jessie.json +++ b/jessie.json @@ -1,58 +1,58 @@ { "description": "Vanilla Debian Jessie base box", "variables": { - "box_version": "8.8.0", + "box_version": "8.10.0", "box_changelog": "* stable point release\n" }, "builders": [ { "boot_command": [ "", "install ", "preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/debian-8-jessie-preseed.cfg ", "debian-installer=en_US ", "auto ", "locale=en_US ", "kbd-chooser/method=us ", "netcfg/get_hostname=jessie ", "netcfg/get_domain=grnet.gr ", "fb=false ", "debconf/frontend=noninteractive ", "console-setup/ask_detect=false ", "console-keymaps-at/keymap=us ", "keyboard-configuration/xkb-keymap=us ", "" ], "disk_size": "1050", "disk_interface": "virtio", "headless": true, "http_directory": "http", - "iso_checksum": "2c07ff8cc766767610566297b8729740f923735e790c8e78b718fb93923b448e", + "iso_checksum":"896cc42998edf65f1db4eba83581941fb2a584f2214976432b841af96b17ccda", "iso_checksum_type": "sha256", - "iso_url": "http://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-8.8.0-amd64-netinst.iso", + "iso_url":"http://cdimage.debian.org/cdimage/archive/8.10.0/amd64/iso-cd/debian-8.10.0-amd64-netinst.iso", "shutdown_command": "/sbin/halt -p", "ssh_password": "root", "ssh_username": "root", "ssh_port": "22", "ssh_wait_timeout": "100000s", "type": "qemu", "qemuargs": [[ "-m", "2048" ],[ "-smp", "2" ]], "accelerator": "kvm", "vm_name": "debian-jessie-{{user `box_version`}}-x86_64.img", "output_directory": "jessie.build", "format": "raw" } ], "provisioners": [ { "type": "shell", "pause_before": "5s", "inline": ["sed -i 's/PermitRootLogin.*/PermitRootLogin without-password/g' /etc/ssh/sshd_config"] }, { "type": "file", "source": "files/resolv.conf", "destination": "/etc/resolv.conf" } ] }