Page MenuHomeGRNET

wheezy.json
No OneTemporary

File Metadata

Created
Sat, Jan 17, 1:23 PM

wheezy.json

{
"description": "Vanilla Debian Wheezy base box",
"variables": {
"box_version": "7.11.0",
"box_changelog": "* old-stable point release\n"
},
"builders": [
{
"boot_command": [
"<esc><wait>",
"install <wait>",
"preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/debian-7-wheezy-preseed.cfg <wait>",
"debian-installer=en_US <wait>",
"auto <wait>",
"locale=en_US <wait>",
"kbd-chooser/method=us <wait>",
"netcfg/get_hostname=wheezy <wait>",
"netcfg/get_domain=grnet.gr <wait>",
"fb=false <wait>",
"debconf/frontend=noninteractive <wait>",
"console-setup/ask_detect=false <wait>",
"console-keymaps-at/keymap=us <wait>",
"keyboard-configuration/xkb-keymap=us <wait>",
"<enter><wait>"
],
"disk_size": "1050",
"disk_interface": "virtio",
"headless": true,
"http_directory": "http",
"iso_checksum": "62876fb786f203bc732ec1bd2ca4c8faea19d0a97c5936d69f3406ef92ff49bd",
"iso_checksum_type": "sha256",
"iso_url": "https://cdimage.debian.org/cdimage/archive/7.11.0/amd64/iso-cd/debian-7.11.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-wheezy-{{user `box_version`}}-x86_64.img",
"output_directory": "wheezy.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"
}
]
}

Event Timeline