업무/sys
[Linux] kickstart server install
sysops
2018. 11. 28. 22:52
728x90
테스트 환경
OS : Centos 7.5
GUI version : GNOME3
1. App menu -> Search "Application Installer" -> "Let’s Go Shopping." click -> Search "Kickstart" -> install
2. vi /usr/share/system-config-kickstart/packages.py
161 line
repoorder = ["rawhide","development","fedora"] -> repoorder = ["rawhide","development","fedora","base"] 로 변경
3. App menu -> Search "Kickstart" -> user setting
참고:
https://linuxhint.com/install-centos-7-kickstart/
https://www.server-world.info/en/note?os=CentOS_7&p=pxe&f=1
728x90