Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Nov 2001 12:10:38 -0800 (PST)
From:      John Ross <jhr@corp.attcanada.ca>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/32144: unattended install with sysinstall doesn't work when installing X
Message-ID:  <200111202010.fAKKAcD04293@freefall.freebsd.org>

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

>Number:         32144
>Category:       misc
>Synopsis:       unattended install with sysinstall doesn't work when installing X
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 20 12:20:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     John Ross
>Release:        FreeBSD 4.4-20011001-STABLE i386
>Organization:
AT&T Canada
>Environment:
FreeBSD jumper.corp.netcom.ca 4.4-STABLE FreeBSD 4.4-STABLE #7: Mon Oct 22 12:28:48 EDT 2001     jhr@jumper.corp.netcom.ca:/usr/src/sys/compile/NetcBSD  i386

>Description:
When using the install.cfg file with sysinstall, a menu pops up asking what XFree86 distributions you would like to install, even though those distributions are selected in install.cfg
>How-To-Repeat:
use sysinstall with install.cfg, and select the distribution "distSetXDeveloper" (It also fails when "dists=xbin Xlib" or any thing with X
>Fix:
My C could be off, but I'm thinking in dist.c, line 285, in distSetX(void) There are 2 return calls:

return distSetXF86(NULL);
return DITEM_SUCCESS;

distSetXF86 seems to just launch the the menu, I'm guessing that should be removed.
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




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