Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F888021
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Aug 10, 8:25 AM
Size
2 KB
Mime Type
text/x-diff
Expires
Tue, Aug 12, 8:25 AM (7 h, 39 m)
Engine
blob
Format
Raw Data
Handle
246451
Attached To
rPACKER packer
View Options
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": [
"<esc><wait>",
"install <wait>",
"preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/debian-8-jessie-preseed.cfg <wait>",
"debian-installer=en_US <wait>",
"auto <wait>",
"locale=en_US <wait>",
"kbd-chooser/method=us <wait>",
"netcfg/get_hostname=jessie <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": "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"
}
]
}
Event Timeline
Log In to Comment