Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 02 Jun 2014 14:55:09 +0200
From:      Matthias Meyser <meyser@xenet.de>
To:        freebsd-hackers@freebsd.org
Subject:   Re: Upgrading an i386 machine from amd64.
Message-ID:  <538C742D.9080901@xenet.de>
In-Reply-To: <538B61EC.9000403@mu.org>
References:  <538B61EC.9000403@mu.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi All

Am 01.06.2014 19:25, schrieb Alfred Perlstein:
> Is there a way to build on amd64 and then mount over nfs the build and src
> and installworld from an i386 machine?
>
> The problem seems to be that "install" and "strip" and etc are built as
> amd64 binaries so that the installworld will fail.

Same thing here with arm.

buildmachine amd64
targetmachine armv7

Intstead of fiddling around with nfs rootmount and rsync
one should tell the makemagic to not use the crossinstalltools (amd64)
but the tools included in the fresh builded world (armv7).

Either automatic or bei a cmdline switch.

Then we could just mount /usr/src, /usr/doc/ /usr/obj
and do a normal installkernel/world.


MHO
   Matthias

-- 
Matthias Meyser            | XeNET GmbH
Tel.:  +49-5323-9489050    | 38678 Clausthal-Zellerfeld, Marktstrasse 40
Fax:   +49-5323-9489059    | Registergericht: Amtsgericht Braunschweig HRB 
110823
Email: Meyser@xenet.de     | Geschaeftsfuehrer: Matthias Meyser



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?538C742D.9080901>