No dia 12 de Julho de 2010 13:06, Guillaume Jaquet <[email protected]> escreveu: > We want to create a machine with packages OPENCSW and then duplicate the > same machine locally, can be used locally OPENCSW if you download all the > packages?
What you describe looks like a use case for the --stream option. This creates a .pkg file with all the OpenCSW packages you need, which you can then install off-line by just using pkgadd. For example: pkgutil -s --target=sparc:5.10 -o cswstuff.sparc.5.10.pkg \ bash_completion elinks findutils gawk ggrep gsed gtar gzip less \ mc ncftp netcat pstree readline rsync screen coreutils sudo tree \ unarj unrar unzip vim w3m wget zsh pkgutil puppet After copying this to a sparc machine: pkgadd -d cswstuff.sparc.5.10.pkg Maciej _______________________________________________ users mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/users
