Quick and esay automation install of Gentoo Linux system with minimal installation CD
- From gentoo.org (https://www.gentoo.org/downloads/) site download minimal installation CD ISO file.
- Boot thie CD and use net-setup command to setting network
- Get install_gentoo.sh shell from git.io/JY1BT and save to install_gentoo.sh use the command
wget https://git.io/JY1BT -O install_gentoo.sh
- Run install_gentoo.sh use the command
sh install_gentoo.sh
- Finish; a basic Gentoo Linux system installed.
ps. You could modify install_gentoo.sh for settings something.
- Get install_kde.sh use the command
wget https://git.io/JY1ER -O install_kde.sh
- Run install_kde.sh for install KDE X-Window use the command
sudo sh install_kde.sh
- Finish.