답변1
FreeBSD 11.1로 업그레이드하려면 루트로 실행하세요:
freebsd-update upgrade -r 11.1-RELEASE
또는
freebsd-update upgrade -r 11.1
그런 다음 시스템은 설치된 소프트웨어에 대한 일부 메시지를 표시하고 다음을 요청할 수 있습니다.
Does this look reasonable (y/n)?
당신은 보통 y라고 대답할 것입니다.
그런 다음 프로세스는 "메타데이터"를 가져와 필요한 패치를 적용합니다.
마지막으로 표시된 지침을 따르고 루트로 수동으로 다시 실행하십시오.
/usr/sbin/freebsd-update install
그러면 일반적으로 다음 메시지가 나타납니다.
Installing updates...
Kernel updates have been installed. Please reboot and run
"/usr/sbin/freebsd-update install" again to finish installing updates.
그런 다음 재부팅하고 시스템이 부팅되면 다시 로그인하여 루트로 실행할 수 있습니다.
#/usr/sbin/freebsd-update install
src component not installed, skipped
Installing updates... done.
마지막으로 작업이 성공했는지 확인합니다.
$uname -r
11.1-RELEASE
설치가 완료되면 다음을 실행할 수 있습니다.
pkg update
pkg upgrade
최신 보안 업데이트를 설치하세요.