From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from <gentoo-user+bounces-82746-garchives=archives.gentoo.org@lists.gentoo.org>) id 1KObcX-0007Gk-EF for garchives@archives.gentoo.org; Thu, 31 Jul 2008 17:07:21 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2FB94E0473; Thu, 31 Jul 2008 17:07:20 +0000 (UTC) Received: from yx-out-1718.google.com (yx-out-1718.google.com [74.125.44.154]) by pigeon.gentoo.org (Postfix) with ESMTP id 0C707E0473 for <gentoo-user@lists.gentoo.org>; Thu, 31 Jul 2008 17:07:20 +0000 (UTC) Received: by yx-out-1718.google.com with SMTP id 4so96622yxp.46 for <gentoo-user@lists.gentoo.org>; Thu, 31 Jul 2008 10:07:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=P2R7Uj6z8XGdX7/XauEyAf/lUo9dAHpHFnu2MUMi7jo=; b=YwWd+zp/n7sfY5AtZBGESfghInnQOyEUZGELm4YAiaXmF9ABVCT577BZDCLnUTbIHH sUsT+ZWBsW7zdxwIntm/ACmPlgy8fejTh79czTKtwX3GFohfSxINyGf7z7nrs4ENcM4c SQmcaCsWMk/4U1JUjNXVmS5dxORqZQ0cQ0f+Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=QdXq8PsDr7T5McfNcpHl8hU7IbFCyAwRv558n3OxovPz1EoMPnwkWhTuMvgK6HP5R6 Cg2R1HkHiL1b/aW8btJZfQ0EJbzQolIOd9lhr7Rhq8L35/1nx0yI7L9PcPtrTjVbkh18 CDgUMDIMWY/ry4YkyfE5JatdONCYn/8EjEqPI= Received: by 10.150.52.2 with SMTP id z2mr1559645ybz.45.1217524039726; Thu, 31 Jul 2008 10:07:19 -0700 (PDT) Received: by 10.65.11.16 with HTTP; Thu, 31 Jul 2008 10:07:19 -0700 (PDT) Message-ID: <342e1090807311007n43d09f42vc5d7c6fe885a858a@mail.gmail.com> Date: Thu, 31 Jul 2008 14:07:19 -0300 From: "Daniel da Veiga" <danieldaveiga@gmail.com> To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] move instalation from one system to another one. In-Reply-To: <20080731181202.87e69a0b.nicolas.s-dev@laposte.net> Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200807301325.49352.Platoali@gmail.com> <20080730103405.GA5620@marvin.heimnetz.local> <20080731181202.87e69a0b.nicolas.s-dev@laposte.net> X-Archives-Salt: 8e536f30-f42d-4f31-a245-64fa2e97e2af X-Archives-Hash: 250166ea7a8a2ebcbba3a2870ce3f79a On Thu, Jul 31, 2008 at 1:12 PM, Nicolas Sebrecht <nicolas.s-dev@laposte.net> wrote: > > Sebastian G=FCnther a =E9crit: > >> If you want such functionality, use Debian or Ubuntu. > > Or just use the good C*FLAGS and kernel options. > Nicolas is right, you can (at your own risk, of course) do a migration like this, so "DON'T" is not really the only option, and changing distros is NOT an option in most cases. Gentoo is perfectly capable of that. Change flags in make.conf for generic compatible ones, compile a new kernel (I used genkernel for the migration, and compiled a specific kernel for the new machine later), emerge -e world and transfer the system (I used rsync, and had to deal with some network issues), everything worked (after some fine tunning for the new hardware) for me. Sometimes the effort is worth, it was my case, YMMV. It takes a little while (for me, the migration itself took a Sunday afternoon, like 6 hours), but you can still use your system while emerge does its work, and while the new kernel compiles. Its less time than a normal install from the ground up (with the whole configuration process, X, Window Manager, etc). After the migration, change flags again, and let emerge do its magic, while you can keep working. PS: I kept my old system as a backup for a few weeks. PS2: I had an old Athlon XP 1.2GHz and migrated the whole system to a Core Duo 2.8GHz, as you may imagine, both machines were COMPLETELY different, but still I kept all my preferences, packages, files, all of it. An year before the migration, the Athlon XP was running a CHOST=3Di386 and I changed it to i686 with success. Gentoo is sometimes just magical. --=20 Daniel da Veiga