|
# Setup for installing CentOS 7 with PXE and kickstart
|
|
# Setup for installing CentOS 7 with PXE and kickstart
|
|
* after a successful centos installation a kickstart file can be found in ``/root/anaconda-ks.cfg``
|
|
after a successful centos installation a kickstart file can be found in ``/root/anaconda-ks.cfg``. A kickstart file contains a set of instructions for the installer to repoduce the current (initial) installation. The file includes the following:
|
|
* a kickstart file contains a set of instructions for the installer to repoduce the current (initial) installation
|
|
* the image source (disk, http, nfs)
|
|
* the file includes the following:
|
|
* networking info (links, static or dhcp)
|
|
** the image source (disk, http, nfs)
|
|
* partitioning (disk, raid, lvm, sizes, filesystem types, mountpoints)
|
|
** networking info (links, static or dhcp)
|
|
* package selections (package groups, individual packages)
|
|
** partitioning (disk, raid, lvm, sizes, filesystem types, mountpoints)
|
|
* services and firewall (can enable ssh and allow access through firewalld)
|
|
** package selections (package groups, individual packages)
|
|
* custom user (post) installation scripts
|
|
** services and firewall (can enable ssh and allow access through firewalld)
|
|
|
|
** custom user (post) installation scripts
|
|
|
|
|
|
|
|
# Guides & Ressources
|
|
# Guides & Ressources
|
|
* http://www.smtps.net/pxe-kickstart.html
|
|
* http://www.smtps.net/pxe-kickstart.html
|
... | | ... | |