From owner-freebsd-qa Mon Mar 12 14:55:42 2001 Delivered-To: freebsd-qa@freebsd.org Received: from palrel3.hp.com (palrel3.hp.com [156.153.255.226]) by hub.freebsd.org (Postfix) with ESMTP id 540CA37B719; Mon, 12 Mar 2001 14:55:40 -0800 (PST) (envelope-from marcel@cup.hp.com) Received: from adlmail.cup.hp.com (adlmail.cup.hp.com [15.0.100.30]) by palrel3.hp.com (Postfix) with ESMTP id 7BD85798; Mon, 12 Mar 2001 14:55:39 -0800 (PST) Received: from cup.hp.com (p1000180.nsr.hp.com [15.109.0.180]) by adlmail.cup.hp.com (8.9.3 (PHNE_18546)/8.9.3 SMKit7.02) with ESMTP id OAA21698; Mon, 12 Mar 2001 14:55:38 -0800 (PST) Message-ID: <3AAD53EA.F71920E8@cup.hp.com> Date: Mon, 12 Mar 2001 14:55:38 -0800 From: Marcel Moolenaar Organization: Hewlett-Packard X-Mailer: Mozilla 4.73 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Larry Rosenman Cc: John Baldwin , qa@FreeBSD.org, marcel@FreeBSD.org Subject: Re: cputype=486 References: <3AAD394D.49597B93@cup.hp.com> <20010312.21272700@ler-freebie.iadfw.net> <3AAD485E.272DF239@cup.hp.com> <20010312.22211700@ler-freebie.iadfw.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-qa@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Larry Rosenman wrote: > > > No, it isn't wrong. You basicly introduce a third machine into the > > equation: > > > 1. The build machine, > > 2. The target machine, > > 3. the install machine. > > > In your case 1 is incompatible with 3. We don't support that (yet?). > > Make sure your installation machine is compatible with your build > > machine. The best approach is to make you install machine the same as > > your build machine and install over NFS to the target machine. > > HOW? I always did it: > > make buildworld on the P-III > make buildkernel on the P-III for the 486 > mount the /usr/src and /usr/obj for the P-III on the 486 > cd /usr/src on the 486, make installworld > make installkernel > mergemaster > reboot Yes, and you weren't using any P-III specific compilation options before, right? > how do I do this now? Either: 1. Don't build P-III optimized code for your P-III, 2. Don't build on your P-III for non-pentium machines, 3. Build on your i486 (much like 2), 4. Mount the i486 root partition on you P-III and do the install on your P-III. Ad 4: it would be nice if we had some sort of staging. That way, the install can be performed on the P-III. The staging area could then be mounted by other machines and "installed". This could be as simple as doing a tar cf - ${STAGING_DIR} | (cd /; tar xf -) -- Marcel Moolenaar mail: marcel@cup.hp.com / marcel@FreeBSD.org tel: (408) 447-4222 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-qa" in the body of the message