From: Justin C. Sherrill Date: Wed, 20 Nov 2013 05:01:21 +0000 (-0500) Subject: Add note about reboot before 'make upgrade' step. X-Git-Tag: v3.9.0~1148 X-Git-Url: https://gitweb.dragonflybsd.org/~tuxillo/dragonfly.git/commitdiff_plain/2b455b9516eeeea3c258ba889d82a1e2ebdf4285 Add note about reboot before 'make upgrade' step. Based on: http://lists.dragonflybsd.org/pipermail/users/2013-September/090163.html (cherry picked from commit 43f7fa4fcaec7f2308a0442cf485b180de7b3c1a) --- diff --git a/UPDATING b/UPDATING index b52cd3473b..c313cdce77 100644 --- a/UPDATING +++ b/UPDATING @@ -12,6 +12,22 @@ + UPGRADING DRAGONFLY FROM 3.4 to later versions + +-----------------------------------------------------------------------+ +UPDATING FROM 3.4 TO 3.6 +------------------------ + +This only applies for this specific upgrade due to locale changes; it is +not needed for upgrades after 3.6. Please update in this order: + +make buildworld +make buildkernel +make installworld +make installkernel +*reboot* +make upgrade + +See this mailing list post for details: +http://lists.dragonflybsd.org/pipermail/users/2013-September/090163.html + CYRIX OPTIONS REMOVED ---------------------