FreeBSD 커널 업그레이드
cvsup 이 설치되어 있다면...(if 설치되어 있지 않다면 당연한 얘기지만.. 설치..)
작업 디렉토리를 만든다.
#mkdir /root/up
#cp /usr/share/examples/cvsup/stable-supfile /root/up
#cp /usr/share/examples/cvsup/ports-supfile /root/up
위 2개의 파일(stable-supfile, ports-supfile)을 편집한다.
#ee /root/up/stable-supfile
*default host=cvsup.kr.freebsd.org
*default release=cvs tag=RELENG_x
위 tag 의 목록은 아래 링크를 참조.
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvs-tags.html
#cvsup -L 2 /root/up/stable-supfile
.
.
#cvsup -L 2 /root/up/ports-supfile
.
.
완료되었다면 KERNEL 설정 파일을 복사 후 편집한다.
#cd /usr/src/sys/i386/conf
#cp GENERIC MYKERNEL
#ee MYKERNEL
편집 완료후 컴파일 시작
#config MYKERNEL
#cd ../compile/MYKERNEL
#make cleandepend && make depend && make && make install
.(오래 걸림..)
.
컴파일 완료 후 재부팅
#reboot
.
.
버전 확인
#uname -a