boot2kameleon is a hybrid bootable ISO which starts a live Linux system based on Debian. Its main purpose is to run Kameleon and to install appliance on baremetal or virtual machine
The ISO is currently about 65 MB and is based on Debian jessie.
This project is based on debian2docker
Building boot2kameleon is quite simple with vagrant:
TARGET_VM="vm64" #or vm32
vagrant up $TARGET_VM
vagrant destroy -f $TARGET_VM
- Create a VM.
- Add the ISO you've built as a virtual CD/DVD image.
- Start the VM
- Wait for the system to boot and start using debian2docker.
$ qemu-system-x86_64 -enable-kvm -cdrom boot2kameleon-VERSION-x86_64.iso -m 768
# wait for the system to boot and start using boot2kameleon