Coder Social home page Coder Social logo

changsongyang / kickstart-files Goto Github PK

View Code? Open in Web Editor NEW

This project forked from while-true-do/kickstart-files

0.0 1.0 0.0 29 KB

A repository providing example kickstart files and snippets.

License: BSD 3-Clause "New" or "Revised" License

kickstart-files's Introduction

Github (tag) Github (license) Github (issues) Github (pull requests)

Travis (com)

Kickstart Files

A repository providing example kickstart files and snippets.

Motivation

pykickstart (kickstart) is used for the automatic deployment and configuration. At while-true-do.io, we are using CentOS and Fedora and are also using kickstart.

Description

This repository contains kickstart files and snippets.

Kickstart files

The files are located in the files directory. They can be used "as provided". You should consider to tune them to your needs. Changing passwords or partitioning is recommended.

CentOS 7

Fedora 29

Fedora 30

Kickstart snippets

The snippets are located in the snippets directory. They can be used as a starting point for specific features or ideas.

Requirements

Using kickstart files requires a supported OS.

Installation

Install from Github

git clone https://github.com/while-true-do/kickstart-files.git

Usage

There are many ways to trigger the installation via kickstart. For a more detailed documentation, you can have a look at the official documentation

ISO installation

You can use kickstart during the regular installation. You only need to interrupt the grub menu via ESC and type in the proper command.

linux inst.ks=https://<server>/<path>

KVM installation

If you want to make use of kickstart for your KVM Hypervisor, you can use virt-install.

...snip...
--extra-args="ks=https://raw.githubusercontent.com/while-true-do/kickstart/master/files/centos-base.ks"
...snap...

Additional hints for virt-install can be found in our tldr repository.

Testing

Most of the "generic" tests are located in the Test Library.

Automated testing is done with Travis CI.

Contribute

Thank you so much for considering to contribute. We are very happy, when somebody is joining the hard work. Please fell free to open Bugs, Feature Requests or Pull Requests after reading the Contribution Guideline.

See who has contributed already in the kudos.txt.

License

This work is licensed under a BSD-3-Clause License.

Contact

kickstart-files's People

Watchers

 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.