[csw-maintainers] Jumpstart post-install recipe for OpenCSW

Philip Brown phil at bolthole.com
Fri Jun 5 19:13:00 CEST 2009


Side comment:


On Fri, Jun 05, 2009 at 01:01:15PM -0400, Darin Perusich wrote:
> 
> for ii in $PKGLIST
> do
>   chroot /a /opt/csw/bin/pkg-get install $ii
> done
> 

This is mildly inefficient. You could just have a single line, 



  chroot /a /opt/csw/bin/pkg-get install $PKGLIST

:-)




More information about the maintainers mailing list