Kickstart files for install CentOS quickly.
- Download centos network install ISO from http://mirror.centos.org/centos/6/isos/
- Boot from the ISO file
- On the boot screen press TAB and write 'ks=config-file-url' at the end of configuration line where config-file-url is the link provided for every config file
- Press enter and autmatic installation will start
Config file names created this way:
architecture-filesystem-root_size-swap_size-packages-lang.cfg
- xen-lvm-all-auto-min_admin-hu.cfg: Kickstart for XEN HVM with LVM. Root partition will use all available space and swap will be duble of RAM. Basic admin tools and EPEL repo will be installed. Short link: http://bit.ly/1oXfy17
During the installation root password will be set to 'tmppwd'.
Don't forget to change root password after the first boot!