Coder Social home page Coder Social logo

make_centos's Introduction

make_centos

make_centos allows one to create a customized CentOS 7 ISO image with additional packages if wished and Kickstart files to automate the installation process.

Requirements

In order to create a customized CentOS ISO image, you need to have the following:

  • A running Fedora or CentOS machine
  • A broadband internet connection to download the source ISO image
  • Disk space from 2 GB to 20 GB (depending on your preferences (Minimal, DVD, or Everything)

Setup

A bunch of packages needs to be installed on the system you are using to create the ISO image:

sudo dnf -y install wget createrepo isomd5sum genisoimage syslinux

Usage

The script is make_centos.sh handles all tasks. -h displays some details about the usage:

usage:
        make_centos.sh [options] command
options:
  -h              Show this help

commands:
  check           Check the ISO image
  clean           Clean up folders
  fetch           Fetch the ISO image that acts as source
  create          Create the new ISO image

Before running the script please update the variables. The directory layout looks like this:

.
├── config --------- The isolinux.cfg is stored here
├── iso ------------ This folder will store the downloaded ISO images
├── kickstart ------ All kickstart files will end up on the ISO image
├── rpms ----------- Place all custom RPMS inthis folder
└── unpacked ------- Here is the original ISO image content stored

Credits

This project was inspired by the work of:

License

make_centos licensed under MIT, for more details check LICENSE.

make_centos's People

Contributors

fabaff avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.