Need Help To Build Entire CentOS Distro

Home » CentOS » Need Help To Build Entire CentOS Distro
CentOS No Comments

Hi

I am aware of steps to build kernel and individual rpms

1. git clone https://git.CentOS.org/git/rpms/kernel

2. cd kernel

3. git checkout c7

4. get_sources.sh

You can get this script from below.

git clone https://git.CentOS.org/git/CentOS-git-common.git

cp CentOS-git-common/get_sources.sh to kernel folder.

5. git checkout c7

But I want to build entire CentOS distro.Please let me know the build procedure?

Thanks Kavitha