From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: * X-Spam-Status: No, score=1.5 required=5.0 tests=DATE_IN_PAST_12_24, DMARC_MISSING,INVALID_DATE,MAILING_LIST_MULTI,RDNS_NONE autolearn=no autolearn_force=no version=4.0.0 Received: from [213.11.85.133] (helo=titane.novadeck.net) by cvs.gentoo.org with esmtp (Exim 3.30 #1) id 15f2Yl-0006hN-00 for gentoo-dev@cvs.gentoo.org; Thu, 06 Sep 2001 11:03:23 -0600 Received: from there (terbium.novadeck.net [213.11.85.132]) by titane.novadeck.net (8.10.1/8.10.1) with SMTP id f86H4Bq01592 for ; Thu, 6 Sep 2001 19:04:11 +0200 Message-Id: <200109061704.f86H4Bq01592@titane.novadeck.net> Content-Type: text/plain; charset="iso-8859-1" From: Philippe Namias Organization: Novadeck To: X-Mailer: KMail [version 1.3.1] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [gentoo-dev] install doc rc6 Sender: gentoo-dev-admin@cvs.gentoo.org Errors-To: gentoo-dev-admin@cvs.gentoo.org X-BeenThere: gentoo-dev@cvs.gentoo.org X-Mailman-Version: 2.0 Precedence: bulk Reply-To: gentoo-dev@cvs.gentoo.org X-Reply-To: pn@novadeck.net List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux development list List-Unsubscribe: , List-Archive: Date: Thu Sep 6 11:04:02 2001 X-Original-Date: Thu, 6 Sep 2001 18:57:10 +0200 X-Archives-Salt: 6dd21942-5a00-407a-84f1-b51cd6d916a1 X-Archives-Hash: 4ca53bf09d2d08bf28d6134b51d8fd3f Hi, Just goot some question about this: Code listing 21 #cd /usr/portage/sys-kernel/linux-sources # emerge linux-sources-2.4.8.8.ebuild # cd /usr/src/linux # make menuconfig # make dep; make clean; make bzImage; make modules; make modules_install maybe better to add : make dep && make clean && make bzImage && make modules && make modules_install # mv bzImage bzImage.orig [if bzImage already exists] as the user is in /usr/src/linux maybe : mv /boot/bzImage /boot/bzImage.old # cp /usr/src/linux/arch/i386/boot/bzImage /boot What do you think? Philippe Namias