> 6. To permanently avoid recurring queries at the
> installation, you should produce an
> admin file with the following content:
> action=nocheck
> conflict=nocheck
> idepend=nocheck.
> can do this with the following commands:
> echo action=nocheck >admin
> echo conflict=nocheck >>admin
> echo idepend=nocheck >>admin
> ll the packages with:
> pkgadd -a admin -d . openofficeorg*
Surely this could be provided in a script install-oo.sh.
I'm not a fan of such 'nocheck' directives because they will hid potential
installation issues.
This message posted from opensolaris.org