Gentoo Archives: gentoo-user

From: Ian Zimmerman <itz@××××.org>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: cross-compile attempt
Date: Wed, 03 Aug 2016 00:26:31
Message-Id: 20160803002229.6501.1E623655@matica.foolinux.mooo.com
In Reply to: Re: [gentoo-user] cross-compile attempt by Neil Bothwick
1 On 2016-08-02 12:56 +0100, Neil Bothwick wrote:
2
3 > If you are using systemd, it is much simpler to use a container with
4 > systemd-nspawn that chroot, it takes care of all the mucking around
5 > required to get /dev, /proc and friends available to the container.
6 >
7 > The only mount I need to take care of myself is for $PKGDIR, which is
8 > also available via NFS on the target box.
9
10 Even with chroot and without without systemd, it pays to create a dead
11 simple shell script that does all the mounting. You can even have that
12 script itself exec chroot as the last step.
13
14 --
15 Please *no* private Cc: on mailing lists and newsgroups
16 Why does the arrow on Hillary signs point to the right?

Replies

Subject Author
Re: [gentoo-user] Re: cross-compile attempt Neil Bothwick <neil@××××××××××.uk>