On 4/12/06, Andrew Ng <[EMAIL PROTECTED]> wrote: > Hi, > > understand that there are options to select xbase, game etcs during > OpenBSD installation. Can I install these options, (particularly X) > post-install same as the standard install, and not for Ports or other > methods? I would not want to re-install the system unless necessary. > Appreciate any help. Thanks.
Since X is just contained in a .tgz file, just mount the CD (or whatever other install media you used) and do something like: $su #cd / #tar -zxvf /path/to/install/sets/x* #exit $startx

