sogos / kitchen-qemu-images

Chef cookbook to create bootable qcow2 images for kitchen-qemu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kitchen-qemu-images Cookbook

This cookbook creates bootable qcow2 images for use with kitchen-qemu.

Requirements

See kitchen-qemu for installation instructions and download pre-built images from here.

Usage

Here is the list of OS images that can be built:

Target OS
jessie Debian 8
wheezy Debian 7
trusty Ubuntu 14.04 LTS
freebsd10 FreeBSD 10

For your convenience the repo has a Makefile so you simply type

$ make <target>

Development

Pull requests are very welcome! Make sure your patches are well tested. Ideally create a topic branch for every separate change you make. For example:

  1. Fork the repo
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Authors

Emil Renner Berthing <esmil@esmil.dk>

License

GPLv3 or later (see LICENSE).

About

Chef cookbook to create bootable qcow2 images for kitchen-qemu

License:GNU General Public License v3.0


Languages

Language:Ruby 87.0%Language:HTML 9.5%Language:Shell 2.5%Language:Makefile 0.9%