1. Create boot partition
2. Create a Swap partition
3. root partition
4.
5. Formatting
6. Write to partition table
7. Select the boot mode
8. Root Password setting
9, the choice of installation package
Select "Minimal"---"Customize Now"
Custom Install package Group Selection Interface 2
Tips:
1, according to experience, choose to install the package should be minimized, that is not required or not sure whether the need is not installed, so as to maximize the security of the system.
2, if the installation process has been a part of the package group or other partners when the installation is not selected, after installation can be as follows to fill the installation of the package group is not installed :
Yum groupinstall "Compatibility Libraries" "Base" "Development tools"
Yum groupinstall "Debugging Tools" "Dial-up Networking Support"
You can view the specific installed components through the Yum GroupInfo package group.
3, the following installation 6.5 after the system to check the status of the selection package :
command: Yum grouplist
Installed Groups:
Base
Compatibility libraries
Debugging Tools
Development tools
e-mail server
Graphical Administration Tools
Hardware Monitoring Utilities
Legacy UNIX Compatibility
Networking Tools
Performance Tools
Perl Support
Scientific support
Security Tools
* You can see that in addition to our selection, some additional package groups are installed by default.
Note: Do not use Yum's delete feature to remove the software, it will remove the dependent dependencies, causing an unexpected problem.
( 2 ) Install the System Fill tool command
After installing the system there will be some basic tools are not installed, at this time can be based on the requirements of Yum to install, when the time of the installation can also. For example:
Yum Install tree nmap sysstat Lrzsz dos2unix-y
If you need to update the patch then do
Yum Update
11. Installation Complete: Reboot
Linux Full installation (August 30, 2017 17:26:13)