From owner-svn-src-all@freebsd.org Sat Mar 9 20:00:38 2019 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ED8E8153488C; Sat, 9 Mar 2019 20:00:37 +0000 (UTC) (envelope-from freebsd@gndrsh.dnsmgr.net) Received: from gndrsh.dnsmgr.net (br1.CN84in.dnsmgr.net [69.59.192.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B32F8702CB; Sat, 9 Mar 2019 20:00:36 +0000 (UTC) (envelope-from freebsd@gndrsh.dnsmgr.net) Received: from gndrsh.dnsmgr.net (localhost [127.0.0.1]) by gndrsh.dnsmgr.net (8.13.3/8.13.3) with ESMTP id x29K0RrJ002121; Sat, 9 Mar 2019 12:00:27 -0800 (PST) (envelope-from freebsd@gndrsh.dnsmgr.net) Received: (from freebsd@localhost) by gndrsh.dnsmgr.net (8.13.3/8.13.3/Submit) id x29K0Rf6002120; Sat, 9 Mar 2019 12:00:27 -0800 (PST) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <201903092000.x29K0Rf6002120@ gndrsh.dnsmgr.net> Subject: Re: svn commit: r344970 - head In-Reply-To: <201903091717.x29HHjcc069618@repo.freebsd.org> To: Warner Losh Date: Sat, 9 Mar 2019 12:00:27 -0800 (PST) CC: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Reply-To: rgrimes@freebsd.org X-Mailer: ELM [version 2.4ME+ PL121h (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-Rspamd-Queue-Id: B32F8702CB X-Spamd-Bar: ++++ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [4.01 / 15.00]; ARC_NA(0.00)[]; HAS_REPLYTO(0.00)[rgrimes@freebsd.org]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[dnsmgr.net]; REPLYTO_DOM_NEQ_FROM_DOM(0.00)[]; AUTH_NA(1.00)[]; NEURAL_SPAM_MEDIUM(0.44)[0.437,0]; RCVD_COUNT_THREE(0.00)[3]; IP_SCORE(0.00)[ip: (0.05), ipnet: 69.59.192.0/19(0.03), asn: 13868(0.01), country: US(-0.07)]; NEURAL_SPAM_SHORT(0.54)[0.537,0]; MX_GOOD(-0.01)[cached: gndrsh.dnsmgr.net]; NEURAL_SPAM_LONG(0.44)[0.440,0]; INVALID_MSGID(1.70)[]; R_SPF_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:13868, ipnet:69.59.192.0/19, country:US]; RCVD_TLS_LAST(0.00)[] X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Mar 2019 20:00:38 -0000 > Author: imp > Date: Sat Mar 9 17:17:44 2019 > New Revision: 344970 > URL: https://svnweb.freebsd.org/changeset/base/344970 > > Log: > 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. > > Modified: > head/UPDATING > > Modified: head/UPDATING > ============================================================================== > --- head/UPDATING Sat Mar 9 12:54:10 2019 (r344969) > +++ head/UPDATING Sat Mar 9 17:17:44 2019 (r344970) > @@ -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. This is probably not the best adjective here, supported only goes back to 11.x, there are COMPAT options that work all the way back to 4. > > 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 -- Rod Grimes rgrimes@freebsd.org