kitchen-qemu-images Cookbook

March 8, 2016 ยท View on GitHub

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:

TargetOS
jessieDebian 8
wheezyDebian 7
trustyUbuntu 14.04 LTS
freebsd10FreeBSD 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).