From owner-freebsd-questions@freebsd.org Mon Sep 19 19:25:12 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 370E6BE0A0F for ; Mon, 19 Sep 2016 19:25:12 +0000 (UTC) (envelope-from brandon.wandersee@gmail.com) Received: from mail-io0-f177.google.com (mail-io0-f177.google.com [209.85.223.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0EB41D79 for ; Mon, 19 Sep 2016 19:25:11 +0000 (UTC) (envelope-from brandon.wandersee@gmail.com) Received: by mail-io0-f177.google.com with SMTP id q92so102272642ioi.1 for ; Mon, 19 Sep 2016 12:25:11 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:references:user-agent:from:to:cc:subject :in-reply-to:date:message-id:mime-version; bh=y/LOoHc+69P7kmPjQZVgU+ALE4Vnizm2aQMCwmtGstU=; b=GT4On8vzb328jGusXJ0JFw2Ai9BNXLz854J1o5oLbnt1IWLK8NbEbs4gA//tzhwjy9 t1+tngpfCrpjyX1YWy2QsXu/XenTBSWVvy2GRsO3wS6gQqoxmj9UYdKoG5W/NJrTnI+t ascUJL2z3e2VDHvDKmb8bppPRDm7enp5iLxXCUDiS5dgVkMDVKu1O3dU29P0n3H4a2CD 4vXArdmgG9nYx0LktrD47owoOLqrRGKlo+hUDM0We0TTJoD6XUej5kZC0q6f9XBnP9Fc 2Orjs9fWwq4GI6uqIBg8QQOh9MjriwJ/oZH+Xe0CIqOpsPRLdVvnsFXliXBh8GxHr67K /6Ag== X-Gm-Message-State: AE9vXwNgZaD1iiGNzvzKOlXQmWYq/Xy5edMLEuWFkfn1E3sWRkZZpqzoLIDU8t2MVn33rQ== X-Received: by 10.107.148.211 with SMTP id w202mr15694071iod.135.1474292595387; Mon, 19 Sep 2016 06:43:15 -0700 (PDT) Received: from WorkBox.Home.gmail.com (97-116-17-17.mpls.qwest.net. [97.116.17.17]) by smtp.gmail.com with ESMTPSA id x203sm8217725itb.11.2016.09.19.06.43.13 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 19 Sep 2016 06:43:14 -0700 (PDT) References: <2e433f07-4dec-a3f3-aa49-7324a704c83e@columbus.rr.com> User-agent: mu4e 0.9.16; emacs 24.5.1 From: Brandon J. Wandersee To: Baho Utot Cc: "freebsd-questions\@freebsd.org" Subject: Re: Updating multiple computers In-reply-to: <2e433f07-4dec-a3f3-aa49-7324a704c83e@columbus.rr.com> Date: Mon, 19 Sep 2016 08:43:15 -0500 Message-ID: <867fa86m4s.fsf@WorkBox.Home> MIME-Version: 1.0 Content-Type: text/plain 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 19:25:12 -0000 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. -- :: Brandon J. Wandersee :: brandon.wandersee@gmail.com :: -------------------------------------------------- :: 'The best design is as little design as possible.' :: --- Dieter Rams ----------------------------------