Gentoo Archives: gentoo-amd64

From: Pawel Kraszewski <Gentoo@××××××××××.net>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] kernel recompile?
Date: Wed, 01 Nov 2006 09:07:37
Message-Id: 200611011005.40662.Gentoo@kraszewscy.net
In Reply to: Re: [gentoo-amd64] kernel recompile? by Daniel Iliev
1 Dnia wtorek, 31 października 2006 19:39, Daniel Iliev napisał:
2
3 > It seems correct to me. Now you have to install the kernel image.
4 > Now the kernel image is compiled and can be found in
5 > /usr/src/linux/arch/x86_64/boot/bzImage
6 > (replace x86_64 with your arch. This is the gentoo-amd64 list, therefore
7 > I suppose it is x86_64)
8
9 Well, and what's wrong with "make modules_install install" ? This copies all
10 the necessary files, updates maps, updates lilo (if necessary)...
11
12 You may even try to compile&install kernel in a one-shot:
13
14 #> make clean all modules_install install
15
16 Underscores, spaces and operation order ARE correct here. Clean doesn't
17 wipe .config .
18
19 --
20 Pawel Kraszewski
21 www.kraszewscy.net
22
23 --
24 gentoo-amd64@g.o mailing list

Replies

Subject Author
Re: [gentoo-amd64] kernel recompile? Daniel Iliev <danny@××××××××.com>