From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id AAC7613894B for ; Sat, 9 Feb 2013 20:46:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B9B821C0DF; Sat, 9 Feb 2013 20:46:03 +0000 (UTC) Received: from vms173009pub.verizon.net (vms173009pub.verizon.net [206.46.173.9]) by pigeon.gentoo.org (Postfix) with ESMTP id BD76F21C0DF for ; Sat, 9 Feb 2013 20:45:52 +0000 (UTC) Received: from odin.tremily.us ([unknown] [72.68.84.219]) by vms173009.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0MHZ00AGS0C81J80@vms173009.mailsrvcs.net> for gentoo-catalyst@lists.gentoo.org; Sat, 09 Feb 2013 14:45:45 -0600 (CST) Received: by odin.tremily.us (Postfix, from userid 1000) id 189D8878C8C; Sat, 09 Feb 2013 15:45:44 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tremily.us; s=odin; t=1360442744; bh=GFmHPEp/vSj5hgnf2PfdMSMyd+Oc8wChoLsL8Sfz3sI=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=JidqRknzMR3q90wqWe/RSsnz5Vc8Ns+0U+Zh3taQIa4AaBOMO7R9QJBTuCpGweWAM TzdfSGpTestutcfUTunEncT2vLgr6t00SRN9x9TkqF1zop6wMb4LznyYtHxmwhRMmk 78POmbDxS7KDbpHzQ793E9jYu0BfchVFhFt+O0tE= From: "W. Trevor King" To: Catalyst Cc: "W. Trevor King" Subject: [gentoo-catalyst] =?UTF-8?q?=5BPATCH=200/6=5D=20Make=20external=20kernel=20configs=20optional?= Date: Sat, 09 Feb 2013 15:45:32 -0500 Message-id: X-Mailer: git-send-email 1.7.12.4 In-reply-to: References: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org MIME-version: 1.0 Content-type: text/plain; charset=UTF-8 Content-transfer-encoding: 8bit X-Archives-Salt: fe1c6295-4188-4c4d-b793-be06ebe4e4ff X-Archives-Hash: 7a7d58ba6341432d394841c0adb4ee7f From: "W. Trevor King" On Sat, Feb 09, 2013 at 04:56:43AM -0800, Chris White wrote: > > What's changed? Why do I need to seed catalyst with a config file, > > when I don't need to from the handbook instructions? Maybe this usage > > is just unimplemented because nobody has needed it yet? > > … > > It's a TODO[1] right now. Personally though I recommend setting up a config > manually, as it's a lot easier to debug kernel setup related issues when > you're the one who configured everything and not genkernel. Now it's done ;). I tested it today, and genkernel (unsurprisingly), built its kernel fine without a seed config. W. Trevor King (6): generic_stage_target: Split ._build_kernel() out of .build_kernel() generic_stage_target: Split ._copy_kernel_config() from ._build_kernel() generic_stage_target.py: Dedent the bulk of ._build_kernel() generic_stage_target: Split ._copy_initramfs_overlay() from ._build_kernel() generic_stage_target: Handle unspecified boot/kernel//config kmerge.sh: Make /var/tmp/${clst_kname}.config optional modules/generic_stage_target.py | 198 ++++++++++++++++++++-------------------- targets/support/kmerge.sh | 21 +++-- 2 files changed, 114 insertions(+), 105 deletions(-) -- 1.8.1.336.g94702dd