Orvar Korvar wrote:
> It is possible to upgrade directly from 2009.06 to a particular build. I have 
> done it. There are 10ish commands you have to type. I saw the instructions 
> here somewhere.


To pick up the development releases you would need to set your pkg 
publisher to: http://pkg.opensolaris.org/dev

     pkg set-publisher -P -O http://pkg.opensolaris.org/dev opensolaris.org

Then you could select a specific release build with the following:


     pkg install SUNWipkg
     pkg refresh --full
     beadm create newbe
     beadm mount newbe /mnt
     pkg -R /mnt install entire at 0.5.11-0.<buildid>
     bootadm update-archive -R /mnt
     beadm unmount newbe
     beadm activate newbe

Reply via email to