Skip to content

hamhpc/kickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 

Repository files navigation

Kickstart System Building Templates

Note: For use with Kickstart Installations

It is assumed you already have a working Kickstart server.

In your kickstart directory on your tftpboot server issue:

# For a clone of all the ks templates
% cd /tftpboot
% git clone git://github.com/hamhpc/kickstart.git

# To download the templates individually
% cd /tftpboot/kickstart
% wget http://raw.github.com/hamhpc/kickstart/master/ks_islandora.cfg

Make sure the kickstart server is configured to use ks_template_name.cfg and then boot your server off your network.

Without a Kickstart Server

Alternatively, you can run these manually after the OS is installed. - Remove the top OS installation part of the kickstart file (from %post to the top) - Then add in a #!/bin/bash so that the file becomes a script and execute it

As an example:

% cd /opt
% git clone git://github.com/hamhpc/kickstart.git
% cd kickstart
# edit the file, add #!/bin/bash at the top
% ./ks_template_name.cfg

List of Kickstart Templates:

ks_islandora.cfg - Used to build an Islandora Repository server.

About

Kickstart build files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published