Gentoo Archives: gentoo-user

From: Thanasis <thanasis@××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Updating a Standalone
Date: Fri, 12 Aug 2011 14:45:01
Message-Id: 4E453C19.6030504@asyr.hopto.org
In Reply to: Re: [gentoo-user] Updating a Standalone by Paul Hartman
1 on 08/12/2011 05:08 PM Paul Hartman wrote the following:
2 > On Fri, Aug 12, 2011 at 8:26 AM, Thanasis <thanasis@××××××××××.org> wrote:
3 >> Keep an updated image of the standalone on laptop, update it via chroot,
4 >> and sync back to the standalone.
5 >
6 > This is what i came here to suggest. :) But I think it'll only work if
7 > the 2 machines are using compatible arch, right?
8 >
9
10 If the host is 64bit (amd or intel) it can work with a 32bit (and 64bit)
11 chroot. You only need to fix* the -march= in the chroot(ed) make.conf
12 (CFLAGS=) and call chroot via linux32 or linux64 accordingly.
13 ls -l /usr/bin/linux*
14 lrwxrwxrwx 1 root root 7 Aug 9 09:58 /usr/bin/linux32 -> setarch
15 lrwxrwxrwx 1 root root 7 Aug 9 09:58 /usr/bin/linux64 -> setarch
16
17 *(do not set march to native)

Replies

Subject Author
Re: [gentoo-user] Updating a Standalone dhk <dhkuhl@×××××××××.net>