From owner-freebsd-questions@FreeBSD.ORG Mon Sep 4 06:25:51 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A31E216A4E1 for ; Mon, 4 Sep 2006 06:25:51 +0000 (UTC) (envelope-from dmehler26@woh.rr.com) Received: from ms-smtp-02.ohiordc.rr.com (ms-smtp-02.ohiordc.rr.com [65.24.5.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2260443D72 for ; Mon, 4 Sep 2006 06:25:50 +0000 (GMT) (envelope-from dmehler26@woh.rr.com) Received: from satellite (cpe-71-65-68-20.woh.res.rr.com [71.65.68.20]) by ms-smtp-02.ohiordc.rr.com (8.13.6/8.13.6) with SMTP id k846PnKX007335 for ; Mon, 4 Sep 2006 02:25:49 -0400 (EDT) Message-ID: <000301c6cfea$f6e55780$0200a8c0@satellite> From: "Dave" To: Date: Mon, 4 Sep 2006 02:25:49 -0400 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2869 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: building and installing world on two separate machines X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dave List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Sep 2006 06:25:51 -0000 Hello, I have a machine that i want to upgrade from 5.x to 6.1. I've got a 6.1 world built on a much faster system and would like to just install it on this machine. I thought about nfs, but i have to drop to single user mode to do the make installworld and won't have nfs available. Is there a way i can install this already compiled world on the slower box without having to remake it? Thanks. Dave.