Sorry, premature send. > If you're asking how you can mirror *just* the 2008.11 release; you > can't do that.
http://blogs.sun.com/jensd/entry/creating_an_opensolaris_repository_mirr or I use it like such: ./mirror_osol_repo.py -r http://pkg.opensolaris.org/release -b 0.101 You might have to run this program many times, as it errors out kinda easily, as such: while true; do <above command> [ $? = 0 ] && break done