summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2019-03-09 17:17:44 +0000
committerWarner Losh <imp@FreeBSD.org>2019-03-09 17:17:44 +0000
commit8ed2d94ad6eb1ef4a649c529a76b6087ff9ebf3c (patch)
treecbd90e5ae8893f5a525ab5b0295212c988f7654f /UPDATING
parent093f7de620a0714945fb8e566f46c87900f96444 (diff)
downloadsrc-test2-8ed2d94ad6eb1ef4a649c529a76b6087ff9ebf3c.tar.gz
src-test2-8ed2d94ad6eb1ef4a649c529a76b6087ff9ebf3c.zip
Misc fixes based on upgrading a laptop from 11.1R to -current
Add note about needing to start zfs because mount -a doesn't do that. Add the word 'supported' before 'older branches' for older binaries. Add note about options in custom config files as well.
Notes
Notes: svn path=/head/; revision=344970
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING9
1 files changed, 6 insertions, 3 deletions
diff --git a/UPDATING b/UPDATING
index c84bbc79f099..f77d35731faf 100644
--- a/UPDATING
+++ b/UPDATING
@@ -1901,7 +1901,8 @@ COMMON ITEMS:
fsck -p
mount -u /
mount -a
- cd src
+ sh /etc/rc.d/zfs start # mount zfs filesystem, if needed
+ cd src # full path to source
adjkerntz -i # if CMOS is wall time
Also, when doing a major release upgrade, it is required that
you boot into single user mode to do the installworld.
@@ -1931,10 +1932,12 @@ COMMON ITEMS:
option for existing binaries (e.g. COMPAT_FREEBSD11 to run 11.x
binaries). Failure to do so may leave you with a system that is
hard to boot to recover. A GENERIC kernel will include suitable
- compatibility options to run binaries from older branches.
+ compatibility options to run binaries from supported older branches.
Make sure that you merge any new devices from GENERIC since the
- last time you updated your kernel config file.
+ last time you updated your kernel config file. Options also
+ change over time, so you may need to adjust your custom kernels
+ for these as well.
[9] If CPUTYPE is defined in your /etc/make.conf, make sure to use the
"?=" instead of the "=" assignment operator, so that buildworld can