From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=DMARC_REJECT, MAILING_LIST_MULTI autolearn=no autolearn_force=no version=4.0.0 Received: from outhub2.tibco.com (outhub2.tibco.com [63.100.100.156]) by chiba.3jane.net (Postfix) with ESMTP id 42C3DABDAC for ; Mon, 24 Jun 2002 08:35:17 -0500 (CDT) Received: by outhub2.tibco.com; id GAA01613; Mon, 24 Jun 2002 06:35:16 -0700 (PDT) Received: from na-h-inhub2.tibco.com(10.106.128.34) by outhub2.tibco.com via smap (V4.1) id xma001594; Mon, 24 Jun 02 06:34:54 -0700 Received: from venus.tibco.com (venus.tibco.com [10.106.128.32]) by na-h-inhub2.tibco.com (8.12.2/8.12.2) with ESMTP id g5ODXSFl005305 for ; Mon, 24 Jun 2002 06:33:28 -0700 (PDT) Received: from pcianp.emea.tibco.com ([10.100.1.136]) by venus.tibco.com (Netscape Messaging Server 3.6) with ESMTP id AAA268B for ; Mon, 24 Jun 2002 06:35:00 -0700 From: "Ian Phillips" To: gentoo-dev@gentoo.org In-Reply-To: <20020624130903.2F75FAC463@chiba.3jane.net> References: <20020624130903.2F75FAC463@chiba.3jane.net> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.6.99 Date: 24 Jun 2002 16:23:26 +0100 Message-Id: <1024932207.1590.9.camel@pcianp> Mime-Version: 1.0 Subject: [gentoo-dev] Re: Is it possible ... Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0.6 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux developer list List-Unsubscribe: , List-Archive: X-Archives-Salt: bab28b35-9b23-4e3e-9103-174ca2911657 X-Archives-Hash: ac5765d3818c4456c6202b89e6daac39 With my RH7.1 system I created a new partition, then: $ mount -t xfs /dev/hdc2 /mnt/a $ cd /mnt/a $ tar xvjpf ~/downloads/stage3... $ chroot /mnt/a /bin/bash $ env-update $ . /etc/profile $ emerge --clean rsync $ nano -w /etc/make.conf [to set up USE=] $ nano -w /usr/portage/profiles/package.mask [I want to try Gnome 2] $ emerge -u -f world && nice emerge -u world $ emerge -f gnome-base/gnome && nice emerge gnome-base/gnome then built a kernel, as per the docs, rebooted, et voila! Ready to go. If you run emerge under nice then your system stays useable for normal work while the build goes on, and doing the 2 stage emerge (i.e. fetch all then build means that you can work with a non always on connection). Just add on any other apps that you need after installing Gnome (or KDE). Yours, Ian. -- #ifndef __COMMON_SENSE__ | Ian Phillips #include | TIBCO Software Inc. #endif | www.tibco.com