Skip to content

GR360RY/livecd-ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building Custom CentOS 6.4 LiveCD With Ansible

Step by Step Instruction are available here Building Custom CentOS 6.4 LiveCD With Ansible

Requirements:

  1. CentOS 6.X machine.
  2. 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

About

Automate LiveCD Creation Process with Ansible

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages