... | @@ -3,7 +3,7 @@ |
... | @@ -3,7 +3,7 @@ |
|
After a successful CentOS installation a kickstart file can be found at ``/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 (and possibly more):
|
|
After a successful CentOS installation a kickstart file can be found at ``/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 (and possibly more):
|
|
* the image source / repo (disk, http, nfs)
|
|
* the image source / repo (disk, http, nfs)
|
|
* networking info (links, static or dhcp address configuration)
|
|
* networking info (links, static or dhcp address configuration)
|
|
* partitioning (disk, raid, lvm, sizes, filesystem types, mountpoints)
|
|
* partitioning (disks, partitions, raids, lvm, filesystem types, mountpoints)
|
|
* package selections (package groups, individual packages)
|
|
* package selections (package groups, individual packages)
|
|
* services and firewall (can enable ssh and allow access through firewalld)
|
|
* services and firewall (can enable ssh and allow access through firewalld)
|
|
* custom user (post) installation scripts
|
|
* custom user (post) installation scripts
|
... | | ... | |