From owner-freebsd-questions@freebsd.org Mon Sep 19 23:16:42 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 84C4FBE1DC7 for ; Mon, 19 Sep 2016 23:16:42 +0000 (UTC) (envelope-from baho-utot@columbus.rr.com) Received: from cdptpa-oedge-vip.email.rr.com (cdptpa-outbound-snat.email.rr.com [107.14.166.227]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "cdptpa-oedge", Issuer "cdptpa-oedge" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 40B69AF9 for ; Mon, 19 Sep 2016 23:16:41 +0000 (UTC) (envelope-from baho-utot@columbus.rr.com) Received: from [76.181.114.47] ([76.181.114.47:53389] helo=raspberrypi.bildanet.com) by cdptpa-omsmta01 (envelope-from ) (ecelerity 3.6.9.48312 r(Core:3.6.9.0)) with ESMTP id 51/58-30634-1D170E75; Mon, 19 Sep 2016 23:16:33 +0000 Received: from [192.168.1.40] (helo=baho-utot.bildanet.com) by raspberrypi.bildanet.com with esmtp (Exim 4.84) (envelope-from ) id 1bm7nd-0005Ye-G8 for freebsd-questions@freebsd.org; Mon, 19 Sep 2016 19:16:33 -0400 Subject: Re: Updating multiple computers References: <2e433f07-4dec-a3f3-aa49-7324a704c83e@columbus.rr.com> <867fa86m4s.fsf@WorkBox.Home> To: "freebsd-questions@freebsd.org" From: Baho Utot Message-ID: <32caf8a7-c40d-7f2a-5d18-72e4c7f42d50@columbus.rr.com> Date: Mon, 19 Sep 2016 19:16:33 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <867fa86m4s.fsf@WorkBox.Home> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-RR-Connecting-IP: 107.14.168.6:25 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Sep 2016 23:16:42 -0000 On 09/19/16 09:43, Brandon J. Wandersee wrote: > Baho Utot writes: > >> How do I use that release assuming that it is on a network server to >> update/upgrade multiple systems? > Release images are for clean installs. To update machines over the > network, just run `make buildworld` and `make buildkernel` on the master > system, then mount /usr/src and /usr/obj to the other systems using NFS. > Ok I will try that Thanks