This is a discussion on Re: How to install Media Images via a script within the Sco Unix forums, part of the Unix Operating Systems category; --> <Follow-up posted to comp.unix.sco.misc as well> On Wed, 7 Jan 2004 13:40:07 +1100, "Greg Hines" <greghines@bigfoot.com.NOSPAM> wrote: >Hi, > ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| <Follow-up posted to comp.unix.sco.misc as well> On Wed, 7 Jan 2004 13:40:07 +1100, "Greg Hines" <greghines@bigfoot.com.NOSPAM> wrote: >Hi, > >I would like to be able to install some software, that's in a Media Image >form (VOL.000.000), via a normal shell program script. Is this possible or >can it only be installed via custom in scoadmin? > >Using SCO OSR 5.0.5. > >Thanks in advance, >Greg man custom. Custom can be used from the command line, eg.: custom -p <product name> -i -z <directory containing VOL files> should get you started. To determine what to use for <product name> in the above, extract the list of the contents of the VOL files from VOL.000.000, which is in cpio format. Depending on what you are trying to install, you may need to give the -i option package names. Scott McMillan |