| Summary: | [sysinstall] unattended install with sysinstall doesn't work when installing X | ||
|---|---|---|---|
| Product: | Base System | Reporter: | John Ross <jhr> |
| Component: | bin | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Unspecified | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
John Ross
2001-11-20 20:20:00 UTC
Can you please post your complete install.cfg file? What happens if you specify the distributions but then choose "distSetCustom" instead of "distSetXDeveloper" ? - Murray State Changed From-To: open->feedback I'll look into this. Responsible Changed From-To: freebsd-bugs->murray I'll look into this. On Mon, 10 Dec 2001 murray@FreeBSD.org wrote: > Can you please post your complete install.cfg file? Sure thing, it's included below. (Some stuff removed to protect the guilty) > > What happens if you specify the distributions but then choose > "distSetCustom" instead of "distSetXDeveloper" ? > As long as you choose any distribution that needs X, it doesn't work. The install.cfg I've included does not install any X libs from the distribution (so It works) but you can somply replace: dists=bin doc manpages info compat22 compat3x compat4x crypto krb5 With: dists=bin Xbin And it won't work anymore. (You could also use distSetXDeveloper, distSetXUser, distSetEverything, distSetXF86 and it will fail as well) I've tried it with Xbin, Xlib, XF86-xc, even just Xdoc, and it fails. > - Murray > debug=YES nonInteractive=YES noConfirm=YES noWarn=YES # If you set the # following to "NO" then it seems to assume you're not sure, and ask you # (No == Maybe ?) # So I went out and propositioned a few women, and used the # response I got when I ignored their "No" answer. # # sysinstall now gets the idea. tryDHCP=DropDead tryRTSOL=BugOff hostname=###HOSTNAME### domainname=corp.attcanada.ca defaultrouter=###ROUTERIP### ipaddr=###CLIENTIP### netmask=255.255.255.0 netDev=fxp0 nfs=10.35.248.150:/usr/jump/dist mediaSetNFS disk=da0 partition=all bootManager=standard diskPartitionEditor da0s1-1=ufs 524288 / da0s1-2=swap 8290304 none da0s1-3=ufs 524288 /usr da0s1-4=ufs 8388608 /var da0s1-5=ufs 1048576 /tmp diskLabelEditor ################################ dists=bin doc manpages info compat22 compat3x compat4x crypto krb5 distSetCustom ################################ installCommit package=XFree86-clients-4.1.0 packageAdd shutdown -- John Ross Systems Administrator AT&T Canada Executive ability is deciding quickly and getting somebody else to do the work. -- John G. Pollard Responsible Changed From-To: murray->freebsd-qa I am no longer working in this area. State Changed From-To: feedback->closed I believe that this PR has been obsoleted by subsequent events. |