From owner-freebsd-stable@FreeBSD.ORG Fri May 5 07:37:38 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3811516A401 for ; Fri, 5 May 2006 07:37:38 +0000 (UTC) (envelope-from paul.koch@statseeker.com) Received: from wally.statseeker.com (wally.statscout.com [203.39.101.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7492D43D48 for ; Fri, 5 May 2006 07:37:36 +0000 (GMT) (envelope-from paul.koch@statseeker.com) Received: from localhost (localhost [127.0.0.1]) by wally.statseeker.com (8.13.3/8.13.3) with ESMTP id k457bY2W089769 for ; Fri, 5 May 2006 17:37:34 +1000 (EST) (envelope-from paul.koch@statseeker.com) Received: from wally.statseeker.com ([127.0.0.1]) by localhost (wally.statseeker.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 89106-03-3 for ; Fri, 5 May 2006 17:37:27 +1000 (EST) Received: from speedy (speedy.statseeker.com [10.1.1.100]) (authenticated bits=0) by wally.statseeker.com (8.13.3/8.13.3) with ESMTP id k457XUjU089717 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NOT) for ; Fri, 5 May 2006 17:33:31 +1000 (EST) (envelope-from paul.koch@statseeker.com) From: Paul Koch To: stable@freebsd.org Date: Fri, 5 May 2006 17:33:27 +1000 User-Agent: KMail/1.8 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200605051733.27568.paul.koch@statseeker.com> X-Virus-Scanned: amavisd-new at statseeker.com Cc: Subject: Can't select/install kernels in custom install.cfg - 6.1RC2 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: paul.koch@statseeker.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2006 07:37:38 -0000 Hi, I have just upgraded some of our product build machines to 6.1RC2 and I am having a few problems getting a custom install.cfg to work with the way sysinstall now selects/installs kernels. I am trying to select a custom distribution set using something like the following: dists=base kernels distKernel=GENERIC SMP distSetCustom base gets installed fine but no kernels ever get installed. If I set any of the standard distribution sets (eg. distSetMinimal, or distSetEverything), then one or both of GENERIC/SMP kernels get installed. I am a bit lost. Did some googling, but couldn't fine anything relevent. Paul.