Many questions have been asked regarding how to update OpenSolaris to voluntary build. In this post I’ll show how to update from one build to b126, for example.
beadm create snv-126
beadm mount snv-126 /mnt
pkg install –R /mnt entire@0.5.11,5.11–0.126
bootadm update-archive –R /mnt
beadm unmount snv-126
beadm activate snv-126
reboot

Posts
Just a small fix
the command :
pkg install –R /mnt entire@0.5.11,5.11–0.126
is incorrect. But this command is correct :
pkg –R install /mnt entire@0.5.11,5.11–0.126
October 1, 2010 @ 3:26 pm