From owner-freebsd-qa Mon Mar 12 17:46:42 2001 Delivered-To: freebsd-qa@freebsd.org Received: from meow.osd.bsdi.com (meow.osd.bsdi.com [204.216.28.88]) by hub.freebsd.org (Postfix) with ESMTP id 9E7E537B719; Mon, 12 Mar 2001 17:46:36 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from laptop.baldwin.cx (john@jhb-laptop.osd.bsdi.com [204.216.28.241]) by meow.osd.bsdi.com (8.11.2/8.11.2) with ESMTP id f2D1kJA98544; Mon, 12 Mar 2001 17:46:19 -0800 (PST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20010312185928.A14402@lerami.lerctr.org> Date: Mon, 12 Mar 2001 17:46:04 -0800 (PST) From: John Baldwin To: Larry Rosenman Subject: Re: cputype=486 Cc: marcel@FreeBSD.org, qa@FreeBSD.org, Marcel Moolenaar Sender: owner-freebsd-qa@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 13-Mar-01 Larry Rosenman wrote: > * Marcel Moolenaar [010312 18:32]: >> Larry Rosenman wrote: >> > >> > > 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 -) >> > As I said, I lose the P-III optimizations while it's a host, >> > or is there a variable to installworld that says ROOT is HERE...??? >> >> Yes. It's called DESTDIR, as in: >> >> make installworld DESTDIR=/foo/bar/baz > NOPE, doesn't work, as install -fschg doesn't work across NFS. > > I'll post the log in a bit. > > SO, now I guess I have to ignore the CPUTYPE= setting while installing > the 486. > > I don't think this was what was intended. Can you try editing src/Makefile.inc1 where it says something like this: installworld: mkdir -p ${INSTALLTMP} for prog in [ awk cat chflags chmod chown date echo egrep find grep \ install ln make makewhatis mtree mv perl rm sed sh sysctl \ test true uname wc zic; do \ cp `which $$prog` ${INSTALLTMP}; \ done cd ${.CURDIR}; ${IMAKE} reinstall rm -rf ${INSTALLTMP} add 'strip' to the list of files copied in that loop and then try running a normal installworld with an NFS mounted /usr/obj and /usr/src on the 486 like you did originally? -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-qa" in the body of the message