FreeBSD major update 11.1 -> 11.2 update

make world 방법이 아닌 freebsd-update 를 이용한 방법 입니다.

mkae world 의 경우 차후 포스팅 하도록 하겠습니다. 🙂

root@bsd11:~ # freebsd-update upgrade -r 11.2-RELEASE
Looking up update.FreeBSD.org mirrors... none found.
Fetching metadata signature for 11.1-RELEASE from update.FreeBSD.org... done.
Fetching metadata index... done.
Fetching 1 metadata files... done.
Inspecting system... done.

The following components of FreeBSD seem to be installed:
kernel/generic src/src world/base world/doc world/lib32

The following components of FreeBSD do not seem to be installed:
kernel/generic-dbg world/base-dbg world/lib32-dbg

Does this look reasonable (y/n)? y

Fetching metadata signature for 11.2-RELEASE from update.FreeBSD.org... done.

~ 중략

47510....47520....47530....47540....47550....47560....47570....47580....47590....47600....47610....47620....47630....47640....47650....47660....
47670....47680....47690....47700....47710....47720....47730....47740....47750....47760....47770....47780....47790....47800....47810....47820....
47830....47840....47850....47860....47870....47880....47890....47900....47910....47920....47930....47940....47950....47960....47970....47980....
47990....48000....48010....48020....48030....48040....48050....48060....48070....48080....48090....48100....48110....48120....48130....48140....
48150....48160....48170....48180....48190....48200....48210....48220....48230....48240....48250....48260....48270....48280....48290....48300....
48310....48320....48330....48340....48350....48360....48370....48380....48390....48400....48410....48420....48430....48440....48450....48460....
48470....48480....48490....48500....48510.... done.
Applying patches...
Fetching 3598 files...

~중략

The following files will be updated as part of updating to 11.2-RELEASE-p2:
/.cshrc
/.profile
/COPYRIGHT
/bin/[
/bin/cat
/bin/chflags
/bin/chio
/bin/chmod
/bin/cp
/bin/csh
/bin/date
/bin/dd
/bin/df
/bin/domainname
/bin/echo
/bin/ed
/bin/expr
/bin/freebsd-version
/bin/getfacl
/bin/hostname
/bin/kenv
To install the downloaded upgrades, run "/usr/sbin/freebsd-update install".


root@bsd11:~ # /usr/sbin/freebsd-update install
Kernel updates have been installed. Please reboot and run
"/usr/sbin/freebsd-update install" again to finish installing updates.
root@bsd11:~ #
root@bsd11:~ # init 6

 

Rebooting 후 freebsd-update 실행

root@bsd11:~ # freebsd-update install
root@bsd11:~ # init 6

root@bsd11:~ # uname -a
FreeBSD bsd11 11.2-RELEASE-p2 FreeBSD 11.2-RELEASE-p2 #0: Tue Aug 14 21:45:40 UTC 2018 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64

/etc/rc.conf 을 기존 keymap을 us.iso.kdb 에서 us로 변경 해 줍니다.

 

keymap="us"

root@bsd11:~ # cat /etc/rc.conf
hostname="bsd11"
#keymap="us.iso.kbd"
keymap="us"
ifconfig_em0="DHCP"
sshd_enable="YES"
ntpd_enable="YES"
# Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable
dumpdev="AUTO"
zfs_enable="YES"
root@bsd11:~ #

 

 

 

Last modified: 2018-08-28

Author

Comments

Write a Reply or Comment