This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Can I install cygwin from my own setup.ini?


> I only want to install the following modules:
> bash
> base-files
> sed
> gawk

The easiest way (that I know of, anyway) is to take the existing current setup.ini and insert these lines as the 1st entry under
setup-timestamp:
setup-version:
leaving the rest of setup.ini unaltered.


@ anynameyoulike
category: Base
requires: gawk sed
version: 8

(Use any number you like for version but you do need that line.)

Now setup "your" Cygwin using Default. This will install the Cygwin base setup (which includes bash and base-files along with other essentials) and also including your requirements gawk and sed (and any of their requirements).

I think you have to accept the Cygwin basic packages as imposed by the Default selection, though they are in fact more numerous than just bash and base-files.

HTH

Fergus

PS In general the entries following requires: in your inserted chunk can be as numerous as you likeor what it's worth I have

@ blahblah
category: Base
requires: bash-completion bc bison expect flex gcc ghostscript gv gnuplot hexedit make nano ncurses readline rxvt tcltk tetex-extra tetex-x11 util-linux vim xpdf xterm
version: 8


which leads to a Cygwin installation that *just* fits on to a CD but provides great functionality for technical authoring and text-processing.



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]