Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 May 2006 08:45:32 GMT
From:      Artis Caune <Artis.Caune@latnet.lv>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   bin/97888: [PATCH] sysinstall - give 'distSetCustom' chance to see NCpus and select right kernel
Message-ID:  <200605250845.k4P8jW0F014894@www.freebsd.org>
Resent-Message-ID: <200605250850.k4P8oDf5031328@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         97888
>Category:       bin
>Synopsis:       [PATCH] sysinstall - give 'distSetCustom' chance to see NCpus and select right kernel
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 25 08:50:13 GMT 2006
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605250845.k4P8jW0F014894>