Step by Step Instruction are available here Building Custom CentOS 6.4 LiveCD With Ansible
- CentOS 6.X machine.
- livecd-tools, git, python-argparse, screen and ansible – all packages available in EPEL repository.
Install EPEL repository if not already installed:
# yum -y install http://ftp.nluug.nl/pub/os/Linux/distr/fedora-epel/6/i386/epel-release-6-8.noarch.rpm
Install required packages:
# yum -y install livecd-tools git ansible python-argparse screen
Clone livecd-ansible repository:
$ git clone https://github.com/GR360RY/livecd-ansible.git
Add your custom ansible roles, modify centos6-mini.yml and generate the CD:
$ cd livecd-ansible
$ ./generate_config.py centos6-mini.yml
$ sudo -s
# livecd-creator -c centos6-mini.ks --cache=cache -f centos6-mini