From owner-freebsd-questions@FreeBSD.ORG Sun Mar 13 15:54:45 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 23BBF106566B for ; Sun, 13 Mar 2011 15:54:45 +0000 (UTC) (envelope-from amoran@forsythia.net) Received: from meriadoc.forsythia.net (celebrian.forsythia.net [173.13.138.196]) by mx1.freebsd.org (Postfix) with ESMTP id E2EB38FC15 for ; Sun, 13 Mar 2011 15:54:44 +0000 (UTC) Received: from [10.200.0.199] (cerberus.forsythia.net [173.13.138.197]) by meriadoc.forsythia.net (8.14.4/8.14.4) with ESMTP id p2DFbE4m096128 for ; Sun, 13 Mar 2011 08:37:32 -0700 (PDT) (envelope-from amoran@forsythia.net) From: Andrew Moran Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Date: Sun, 13 Mar 2011 08:40:54 -0700 Message-Id: <21D3DE2D-2C1E-4C7B-860E-C637C746150A@forsythia.net> To: freebsd-questions@freebsd.org Mime-Version: 1.0 (Apple Message framework v1082) X-Mailer: Apple Mail (2.1082) Subject: Upgrading FreeBSd when using a zfs-only installation? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Mar 2011 15:54:45 -0000 Hallo, I switched my system over to using a ZFS on root setup in 8.1. I = want to upgrade it to 8.2. =20 Is there any changes to the = buildworld/buildkernel/installworld/installkernel/mergemaster routine? = =20 The only thing I found via google was this: = http://forum.nginx.org/read.php?23,178896,179074 And he does a = "mount -u ./" and a "zfs mount -a" but it's not clear to me why he's = doing that. --Andy