From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QuwAT-0003f7-4J for garchives@archives.gentoo.org; Sun, 21 Aug 2011 00:45:37 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 715EA21C050; Sun, 21 Aug 2011 00:45:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3CF9C21C050 for ; Sun, 21 Aug 2011 00:45:29 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7C4161B401B for ; Sun, 21 Aug 2011 00:45:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id BE38180040 for ; Sun, 21 Aug 2011 00:45:27 +0000 (UTC) From: "Wiktor W Brodlo" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Wiktor W Brodlo" Message-ID: <1c9a3f12702457e3d198a35dd56254367dcc9802.wiktor@gentoo> Subject: [gentoo-commits] proj/anaconda:master commit in: /, gentoo/ X-VCS-Repository: proj/anaconda X-VCS-Files: anaconda gentoo/utils.py X-VCS-Directories: / gentoo/ X-VCS-Committer: wiktor X-VCS-Committer-Name: Wiktor W Brodlo X-VCS-Revision: 1c9a3f12702457e3d198a35dd56254367dcc9802 Date: Sun, 21 Aug 2011 00:45:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: c4be9de88287a17f0b3a6134a6245f49 commit: 1c9a3f12702457e3d198a35dd56254367dcc9802 Author: wiktor w brodlo brodlo net> AuthorDate: Sun Aug 21 00:45:33 2011 +0000 Commit: Wiktor W Brodlo brodlo net> CommitDate: Sun Aug 21 00:45:33 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/anaconda.git;= a=3Dcommit;h=3D1c9a3f12 genkernel by default --- anaconda | 2 +- gentoo/utils.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anaconda b/anaconda index e99e25a..15a149a 100755 --- a/anaconda +++ b/anaconda @@ -472,7 +472,7 @@ class Anaconda(object): self.displayMode =3D None self.extraModules =3D [] self.firewall =3D firewall.Firewall() - self.genkernel =3D False + self.genkernel =3D True self.id =3D None self._instClass =3D None self._instLanguage =3D None diff --git a/gentoo/utils.py b/gentoo/utils.py index 37660ce..7c57f64 100644 --- a/gentoo/utils.py +++ b/gentoo/utils.py @@ -891,7 +891,7 @@ class GentooInstall: self._progress.set_fraction(0.9) subprocess.call(["cp", "-PR", "/lib/modules", self._root+"/l= ib"]) else: - shutil.copy2("/usr/src/linux-"+self.anaconda.kernel, self._r= oot+"/usr/src/") + shutil.copy2("/usr/src/linux-"+self._anaconda.kernel, self._= root+"/usr/src/") self._progress.set_fraction(0.5) self._progress.set_text(_("Compiling your custom kernel")) self._anaconda._intf.instProgress.terminal.run_command("chro= ot "+self._root+" eselect kernel set 1")