Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
kalxas committed Jul 31, 2016
1 parent 49d3a40 commit 3c91118
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
Building Custom CentOS 6.8 LiveCD With Ansible
==============================================

Step by Step Instruction are available here [Building Custom CentOS 6.4 LiveCD With Ansible](http://gr360ry.github.io/blog/2013/11/28/building-custom-centos-6-dot-4-livecd-with-ansible/)
Initial work and step-by-step instructions are available in the blog post: [Building Custom CentOS 6.4 LiveCD With Ansible](http://gr360ry.github.io/blog/2013/11/28/building-custom-centos-6-dot-4-livecd-with-ansible/)

Master repository is being used to build a minimal live cd system, while the desktop branch is being used to build a full desktop live cd.

## Requirements:
1. CentOS 6.X machine.
2. livecd-tools, git, python-argparse, screen and ansible – all packages available in EPEL repository.
1. CentOS 6.X machine or virtual machine.
2. livecd-tools, git, python-argparse, python-jinja2, screen and ansible – all packages available in EPEL repository.

Install EPEL repository if not already installed:

Expand All @@ -17,7 +19,7 @@ Install required packages:

Clone livecd-ansible repository:

$ git clone -b desktop https://github.com/GR360RY/livecd-ansible.git
$ git clone https://github.com/kalxas/livecd-ansible.git -b desktop

Add your custom ansible roles, modify centos6-desktop.yml and generate the CD:

Expand All @@ -26,4 +28,5 @@ Add your custom ansible roles, modify centos6-desktop.yml and generate the CD:
$ sudo -s
# livecd-creator -c centos6-desktop.ks --cache=cache -f centos6-desktop

Many thanks to Gregory for his initial work!

0 comments on commit 3c91118

Please sign in to comment.