Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F888020
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 (10 h, 33 m)
Engine
blob
Format
Raw Data
Handle
246280
Attached To
rPACKER packer
View Options
diff --git a/stretch.json b/stretch.json
index f907bb8..7c61367 100644
--- a/stretch.json
+++ b/stretch.json
@@ -1,68 +1,68 @@
{
"description": "Vanilla Debian Stretch base box",
"variables": {
- "box_version": "9.1.0",
+ "box_version": "9.3.0",
"box_changelog": "* stable point release\n"
},
"builders": [
{
"boot_command": [
"<esc><wait>",
"install <wait>",
"preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/debian-9-stretch-preseed.cfg <wait>",
"debian-installer=en_US <wait>",
"auto <wait>",
"locale=en_US <wait>",
"kbd-chooser/method=us <wait>",
"netcfg/get_hostname=stretch <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": false,
"http_directory": "http",
"iso_url": "https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-9.3.0-amd64-netinst.iso",
"iso_checksum_type": "sha256",
"iso_checksum": "83480be837710a76fd4e75a6573ca110e06f5a7589d2d3852bdb0f45749800b3",
"shutdown_command": "poweroff",
"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-stretch-{{user `box_version`}}-x86_64.img",
"output_directory": "stretch.build",
"format": "raw"
}
],
"provisioners": [
{
"type": "shell",
"pause_before": "5s",
"inline": ["sed -i 's/PermitRootLogin.*/PermitRootLogin without-password/g' /etc/ssh/sshd_config"]
},
{
"type": "shell",
"pause_before": "5s",
"inline": ["ln -s /dev/null /etc/systemd/network/99-default.link"]
},
{
"type": "shell",
"pause_before": "5s",
"inline": ["update-initramfs -u"]
},
{
"type": "file",
"source": "files/resolv.conf",
"destination": "/etc/resolv.conf"
}
]
}
Event Timeline
Log In to Comment