Skip to content

Instantly share code, notes, and snippets.

@proppy
Created May 15, 2014 17:23
Show Gist options
  • Save proppy/7ca825af9987d7591486 to your computer and use it in GitHub Desktop.
Save proppy/7ca825af9987d7591486 to your computer and use it in GitHub Desktop.
{
"provider": "gce",
"bootstrapper": {
"workspace": "/target"
},
"image": {
"name": "disk",
"description": "Debian {system.release} {system.architecture}"
},
"system": {
"release": "wheezy",
"sections": ["main", "contrib", "non-free"],
"architecture": "amd64",
"bootloader": "grub",
"timezone": "UTC",
"locale": "en_US",
"charmap": "UTF-8"
},
"packages": {
"mirror": "http://gce_debian_mirror.storage.googleapis.com/",
"preferences": {
"backport-kernel": [
{
"package": "linux-image-* initramfs-tools",
"pin": "release n=wheezy-backports",
"pin-priority": 500
}
]
}
},
"plugins": {
"ntp": {
"servers": ["metadata.google.internal"]
},
"docker_daemon": {
}
},
"volume": {
"backing": "raw",
"partitions": {
"type": "msdos",
"root": {
"size": "10GiB",
"filesystem": "ext4"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment