Gentoo Archives: gentoo-user

From: Grant Edwards <grant.b.edwards@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: Installing Gentoo via Gentoo ?
Date: Sun, 18 Apr 2010 13:59:05
Message-Id: hqf35n$j42$1@dough.gmane.org
In Reply to: [gentoo-user] Re: Installing Gentoo via Gentoo ? by Lie Ryan
1 On 2010-04-18, Lie Ryan <lie.1296@×××××.com> wrote:
2
3 > Yes, you should be able to, installing Gentoo is basically just copying
4 > a bunch of files to a partition in a harddisk, nothing magical.
5
6 Precisely.
7
8 > However, you will have to be able to compile a compatible kernel from
9 > your PC. Compatible usually means either your PC have the same
10 > architecture as your laptop (which means everything should be already
11 > setup) or you have to cross-compile the kernel.
12
13 Cross compiling the kernel is fairly trivial, but you need a
14 cross-toolchain. Building one with crosstool-NG isn't too hard, but
15 its' not trivial either.
16
17 > I've never done kernel cross-compiling, but it's definitely possible,
18 > you just need to modify modify some of the Makefile manually (search on
19 > google for a howto).
20
21 You don't actually need to modify the Makefile if you don't want to.
22 You can do it from the command line:
23
24 make ARCH=targetarch CROSS_COMPILE=/path/to/cross/compiler
25
26 --
27 Grant

Replies

Subject Author
Re: [gentoo-user] Re: Installing Gentoo via Gentoo ? meino.cramer@×××.de
Re: [gentoo-user] Re: Installing Gentoo via Gentoo ? dhk <dhkuhl@×××××××××.net>