README Zipped Repo
README Zipped Repo
4 5/15
This command will unzip and install zipped IPS repository image components
into the designated directory.
Note that if the option to create an ISO image is used, the README for it's
use is contained at the top level of the destination as supplied by the -d
option.
USAGE:
install-repo.ksh -d dest [-s zipsrc] [-i image-name] [-c] [-v] [-I] [-y]
Options:
Use the -s (source) option to specify a location for the downloaded zip files
that is different than the location of the install-repo.ksh script. Otherwise,
it is assumed that the script and the zip files are all within the current
working directory.
The -i option can be used to specify one of multiple releases that might
reside in the same download directory. For example, if the download files from
Solaris 11.3 Beta and the Solaris 11.3 final release reside in the same
directory, then "-i sol-11_3-beta-repo" will select the Solaris 11.3 beta files.
By default, even with multiple releases, the newest download is selected.
Without specifying a release with -i when multiple releases are present in the
same download directory, the newest "part 1" zip file is used to determine
which files will be used.
Here is a sample output using the checksum and repo verification flags, as
well as creating an ISO image. The selected destination already contains a
repository.
$ install-repo.ksh -d /tank/repos/dev -I -v -c