If you choose not to use the Autodesk supplied DVD/USB drive to install CentOS 7.2, you need to include some extra packages provided by Autodesk, collectively called the kickstart (KS) file. After downloading CentOS, you must add the kickstart file to the distribution. You do this by running a script which takes the original CentOS ISO, adds the kickstart, and outputs the new ISO you will use to install Linux. For this you need:
To create the custom CentOS installation DVD:
build_kickstart_cd CentOS72_kickstart.cfg Centos7.2.iso Centos7.2_KS.iso
vmlinuz initrd=initrd.imgAppend to this command the kickstart parameters linux ks=cdrom so that the whole command line looks like:
vmlinuz initrd=initrd.img linux inst.ks=cdrom net.ifnames=0Press Enter to begin the installation. You'll be prompted to set some system settings like language and time.
vmlinuz initrd=initrd.img linux ks=cdrom textThis runs the installer in non-graphical text-only mode.
| Device | Size (MB) | Mount Point | Type |
|---|---|---|---|
| sda1 | 500 | /boot | xfs |
| sda2 | For 2GB RAM, 4GB; for 2-8GB RAM, equal to the RAM; greater than 8GB RAM, at least 4 GB swap. | swap | |
| sda3 | Set to "use remaining space". | / | xfs |