Skip to content

Instantly share code, notes, and snippets.

@jniggemann
Created April 22, 2015 21:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jniggemann/6115773275f7b8f29f0a to your computer and use it in GitHub Desktop.
Save jniggemann/6115773275f7b8f29f0a to your computer and use it in GitHub Desktop.
Manifest file for bootstrap-vz
---
provider:
name: virtualbox
guest_additions: /root/bootstrap-debian/images/VBoxGuestAdditions.iso
bootstrapper:
workspace: /root/bootstrap-debian/images/workspace
#tarball: true
mirror: http://http.debian.net/debian/
image:
name: debian-{system.release}-{system.architecture}-{%y}{%m}{%d}
description: Debian {system.release} {system.architecture}
system:
release: wheezy
architecture: amd64
bootloader: grub
charmap: UTF-8
locale: en_US
timezone: UTC
hostname: localhost
volume:
backing: vmdk
partitions:
type: msdos
root:
filesystem: ext4
size: 5GiB
packages:
install_standard: true
install:
- debian-archive-keyring
plugins:
apt_proxy:
address: 127.0.0.1
port: 3142
vagrant: {}
minimize_size:
zerofree: true
shrink: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment