From nobody@FreeBSD.org  Thu May 25 08:45:34 2006
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 88E1716A449
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 25 May 2006 08:45:34 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C894C43D73
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 25 May 2006 08:45:32 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k4P8jWvX014895
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 25 May 2006 08:45:32 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id k4P8jW0F014894;
	Thu, 25 May 2006 08:45:32 GMT
	(envelope-from nobody)
Message-Id: <200605250845.k4P8jW0F014894@www.freebsd.org>
Date: Thu, 25 May 2006 08:45:32 GMT
From: Artis Caune <Artis.Caune@latnet.lv>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] sysinstall - give 'distSetCustom' chance to see NCpus and select right kernel
X-Send-Pr-Version: www-2.3

>Number:         97888
>Category:       bin
>Synopsis:       [sysinstall] [patch] sysinstall - give 'distSetCustom' chance to see NCpus and select right kernel
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    ceri
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 25 08:50:13 GMT 2006
>Closed-Date:    Wed May 23 12:19:43 GMT 2007
>Last-Modified:  Wed May 23 12:19:43 GMT 2007
>Originator:     Artis Caune
>Release:        6.1
>Organization:
>Environment:
>Description:
when using sysinstall with install.cfg batch script, it always install SMP kernel

>How-To-Repeat:

>Fix:
*** dist.c.orig Thu May 25 10:52:24 2006
--- dist.c      Wed May 24 23:17:49 2006
***************
*** 412,417 ****
--- 412,418 ----
            msgDebug("distSetCustom: Warning, no such release \"%s\"\n", cp);
        cp = cp2;
      }
+     KernelDists = selectKernel();
      distVerifyFlags();
      return DITEM_SUCCESS;
  }

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->freebsd-qa 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Tue May 30 03:45:28 UTC 2006 
Responsible-Changed-Why:  
Over to maintainer(s). 

http://www.freebsd.org/cgi/query-pr.cgi?pr=97888 
Responsible-Changed-From-To: freebsd-qa->ceri 
Responsible-Changed-By: ceri 
Responsible-Changed-When: Fri Jun 2 14:12:41 UTC 2006 
Responsible-Changed-Why:  
Looks good; I'll herd it in. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=97888 

From: Artis Caune <Artis.Caune@latnet.lv>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: bin/97888: [sysinstall] [patch] sysinstall - give 'distSetCustom'
 chance to see NCpus and select right kernel
Date: Wed, 23 May 2007 14:41:48 +0300

 this PR must be closed.
 bin/102638 has correct patch.
State-Changed-From-To: open->closed 
State-Changed-By: remko 
State-Changed-When: Wed May 23 12:19:41 UTC 2007 
State-Changed-Why:  
Artis Caune reports this can be closed 

http://www.freebsd.org/cgi/query-pr.cgi?pr=97888 
>Unformatted:
