LICENSE
MANIFEST.in
setup.py
bootstrap_vz.egg-info/PKG-INFO
bootstrap_vz.egg-info/SOURCES.txt
bootstrap_vz.egg-info/dependency_links.txt
bootstrap_vz.egg-info/entry_points.txt
bootstrap_vz.egg-info/requires.txt
bootstrap_vz.egg-info/top_level.txt
bootstrapvz/__init__.py
bootstrapvz/base/__init__.py
bootstrapvz/base/bootstrapinfo.py
bootstrapvz/base/log.py
bootstrapvz/base/main.py
bootstrapvz/base/manifest-schema.json
bootstrapvz/base/manifest.py
bootstrapvz/base/phase.py
bootstrapvz/base/release-codenames.json
bootstrapvz/base/task.py
bootstrapvz/base/tasklist.py
bootstrapvz/base/fs/__init__.py
bootstrapvz/base/fs/exceptions.py
bootstrapvz/base/fs/volume.py
bootstrapvz/base/fs/partitionmaps/__init__.py
bootstrapvz/base/fs/partitionmaps/abstract.py
bootstrapvz/base/fs/partitionmaps/gpt.py
bootstrapvz/base/fs/partitionmaps/msdos.py
bootstrapvz/base/fs/partitionmaps/none.py
bootstrapvz/base/fs/partitions/__init__.py
bootstrapvz/base/fs/partitions/abstract.py
bootstrapvz/base/fs/partitions/base.py
bootstrapvz/base/fs/partitions/gpt.py
bootstrapvz/base/fs/partitions/gpt_swap.py
bootstrapvz/base/fs/partitions/msdos.py
bootstrapvz/base/fs/partitions/msdos_swap.py
bootstrapvz/base/fs/partitions/single.py
bootstrapvz/base/fs/partitions/unformatted.py
bootstrapvz/base/pkg/__init__.py
bootstrapvz/base/pkg/exceptions.py
bootstrapvz/base/pkg/packagelist.py
bootstrapvz/base/pkg/preferenceslist.py
bootstrapvz/base/pkg/sourceslist.py
bootstrapvz/common/__init__.py
bootstrapvz/common/bytes.py
bootstrapvz/common/exceptions.py
bootstrapvz/common/fsm_proxy.py
bootstrapvz/common/minify_json.py
bootstrapvz/common/phases.py
bootstrapvz/common/task_groups.py
bootstrapvz/common/tools.py
bootstrapvz/common/fs/__init__.py
bootstrapvz/common/fs/loopbackvolume.py
bootstrapvz/common/fs/qemuvolume.py
bootstrapvz/common/fs/virtualdiskimage.py
bootstrapvz/common/fs/virtualmachinedisk.py
bootstrapvz/common/tasks/__init__.py
bootstrapvz/common/tasks/apt.py
bootstrapvz/common/tasks/boot.py
bootstrapvz/common/tasks/bootstrap.py
bootstrapvz/common/tasks/cleanup.py
bootstrapvz/common/tasks/development.py
bootstrapvz/common/tasks/filesystem.py
bootstrapvz/common/tasks/host.py
bootstrapvz/common/tasks/initd.py
bootstrapvz/common/tasks/locale.py
bootstrapvz/common/tasks/loopback.py
bootstrapvz/common/tasks/network-configuration.json
bootstrapvz/common/tasks/network.py
bootstrapvz/common/tasks/packages.py
bootstrapvz/common/tasks/partitioning.py
bootstrapvz/common/tasks/security.py
bootstrapvz/common/tasks/ssh.py
bootstrapvz/common/tasks/volume.py
bootstrapvz/common/tasks/workspace.py
bootstrapvz/plugins/__init__.py
bootstrapvz/plugins/admin_user/__init__.py
bootstrapvz/plugins/admin_user/manifest-schema.json
bootstrapvz/plugins/admin_user/tasks.py
bootstrapvz/plugins/apt_proxy/__init__.py
bootstrapvz/plugins/apt_proxy/manifest-schema.json
bootstrapvz/plugins/apt_proxy/tasks.py
bootstrapvz/plugins/chef/__init__.py
bootstrapvz/plugins/chef/manifest-schema.json
bootstrapvz/plugins/chef/tasks.py
bootstrapvz/plugins/cloud_init/__init__.py
bootstrapvz/plugins/cloud_init/manifest-schema.json
bootstrapvz/plugins/cloud_init/tasks.py
bootstrapvz/plugins/image_commands/__init__.py
bootstrapvz/plugins/image_commands/manifest-schema.json
bootstrapvz/plugins/image_commands/tasks.py
bootstrapvz/plugins/minimize_size/__init__.py
bootstrapvz/plugins/minimize_size/manifest-schema.json
bootstrapvz/plugins/minimize_size/tasks.py
bootstrapvz/plugins/ntp/__init__.py
bootstrapvz/plugins/ntp/manifest-schema.json
bootstrapvz/plugins/ntp/tasks.py
bootstrapvz/plugins/opennebula/__init__.py
bootstrapvz/plugins/opennebula/tasks.py
bootstrapvz/plugins/prebootstrapped/__init__.py
bootstrapvz/plugins/prebootstrapped/manifest-schema.json
bootstrapvz/plugins/prebootstrapped/tasks.py
bootstrapvz/plugins/puppet/__init__.py
bootstrapvz/plugins/puppet/manifest-schema.json
bootstrapvz/plugins/puppet/tasks.py
bootstrapvz/plugins/root_password/__init__.py
bootstrapvz/plugins/root_password/manifest-schema.json
bootstrapvz/plugins/root_password/tasks.py
bootstrapvz/plugins/salt/__init__.py
bootstrapvz/plugins/salt/manifest-schema.json
bootstrapvz/plugins/salt/tasks.py
bootstrapvz/plugins/unattended_upgrades/__init__.py
bootstrapvz/plugins/unattended_upgrades/manifest-schema.json
bootstrapvz/plugins/unattended_upgrades/tasks.py
bootstrapvz/plugins/vagrant/__init__.py
bootstrapvz/plugins/vagrant/manifest-schema.json
bootstrapvz/plugins/vagrant/tasks.py
bootstrapvz/plugins/vagrant/assets/Vagrantfile
bootstrapvz/plugins/vagrant/assets/authorized_keys
bootstrapvz/plugins/vagrant/assets/box.ovf
bootstrapvz/plugins/vagrant/assets/metadata.json
bootstrapvz/providers/__init__.py
bootstrapvz/providers/azure/__init__.py
bootstrapvz/providers/azure/manifest-schema.json
bootstrapvz/providers/azure/tasks/__init__.py
bootstrapvz/providers/azure/tasks/boot.py
bootstrapvz/providers/azure/tasks/image.py
bootstrapvz/providers/azure/tasks/packages.py
bootstrapvz/providers/ec2/__init__.py
bootstrapvz/providers/ec2/ebsvolume.py
bootstrapvz/providers/ec2/manifest-schema-s3.json
bootstrapvz/providers/ec2/manifest-schema.json
bootstrapvz/providers/ec2/tasks/__init__.py
bootstrapvz/providers/ec2/tasks/ami-akis.json
bootstrapvz/providers/ec2/tasks/ami.py
bootstrapvz/providers/ec2/tasks/boot.py
bootstrapvz/providers/ec2/tasks/connection.py
bootstrapvz/providers/ec2/tasks/ebs.py
bootstrapvz/providers/ec2/tasks/filesystem.py
bootstrapvz/providers/ec2/tasks/host.py
bootstrapvz/providers/ec2/tasks/initd.py
bootstrapvz/providers/ec2/tasks/network.py
bootstrapvz/providers/ec2/tasks/packages-kernels.json
bootstrapvz/providers/ec2/tasks/packages.py
bootstrapvz/providers/gce/__init__.py
bootstrapvz/providers/gce/manifest-schema.json
bootstrapvz/providers/gce/tasks/__init__.py
bootstrapvz/providers/gce/tasks/apt.py
bootstrapvz/providers/gce/tasks/boot.py
bootstrapvz/providers/gce/tasks/configuration.py
bootstrapvz/providers/gce/tasks/host.py
bootstrapvz/providers/gce/tasks/image.py
bootstrapvz/providers/gce/tasks/packages.py
bootstrapvz/providers/kvm/__init__.py
bootstrapvz/providers/kvm/manifest-schema.json
bootstrapvz/providers/kvm/tasks/__init__.py
bootstrapvz/providers/kvm/tasks/packages.py
bootstrapvz/providers/kvm/tasks/virtio.py
bootstrapvz/providers/virtualbox/__init__.py
bootstrapvz/providers/virtualbox/manifest-schema.json
bootstrapvz/providers/virtualbox/tasks/__init__.py
bootstrapvz/providers/virtualbox/tasks/guest_additions.py
bootstrapvz/providers/virtualbox/tasks/packages.py
manifests/azure.manifest.json
manifests/ec2-ebs-debian-official-amd64-hvm-cn-north-1.manifest.json
manifests/ec2-ebs-debian-official-amd64-hvm.manifest.json
manifests/ec2-ebs-debian-official-amd64-pvm-cn-north-1.manifest.json
manifests/ec2-ebs-debian-official-amd64-pvm.manifest.json
manifests/ec2-ebs-debian-official-i386-pvm.manifest.json
manifests/ec2-ebs-debian-testing-amd64-pvm.manifest.json
manifests/ec2-ebs-debian-testing-amd64-pvm.manifest.yml
manifests/ec2-ebs-debian-unstable-amd64-pvm.manifest.json
manifests/ec2-ebs-debian-unstable-contrib-amd64-pvm.manifest.json
manifests/ec2-ebs-partitioned.manifest.json
manifests/ec2-ebs-single.manifest.json
manifests/ec2-s3-debian-official-amd64-pvm-cn-north-1.manifest.json
manifests/ec2-s3.manifest.json
manifests/gce.manifest.json
manifests/kvm-virtio.manifest.json
manifests/kvm.manifest.json
manifests/squeeze-ec2-ebs-debian-official-amd64-pvm.manifest.json
manifests/squeeze-ec2-ebs-debian-official-i386-pvm.manifest.json
manifests/virtualbox-vagrant.manifest.json
manifests/virtualbox.manifest.json