Gentoo Archives: gentoo-dev

From: Philippe Namias <pn@××××××××.net>
To: gentoo-dev@××××××××××.org
Subject: [gentoo-dev] install doc rc6
Date: Thu, 06 Sep 2001 11:03:23
Message-Id: 200109061704.f86H4Bq01592@titane.novadeck.net
1 Hi,
2
3 Just goot some question about this:
4
5 Code listing 21
6 #cd /usr/portage/sys-kernel/linux-sources
7 # emerge linux-sources-2.4.8.8.ebuild
8 # cd /usr/src/linux
9 # make menuconfig
10 # make dep; make clean; make bzImage; make modules; make modules_install
11 maybe better to add :
12 make dep && make clean && make bzImage && make modules && make
13 modules_install
14
15 # mv bzImage bzImage.orig [if bzImage already exists]
16 as the user is in /usr/src/linux maybe :
17 mv /boot/bzImage /boot/bzImage.old
18 # cp /usr/src/linux/arch/i386/boot/bzImage /boot
19
20 What do you think?
21
22 Philippe Namias

Replies

Subject Author
Re: [gentoo-dev] install doc rc6 Frank Thieme <fthieme@×××.net>