Alan Coopersmith wrote:
> Brett wrote:
>> so if (assuming thats why i got no replies) this is not possible, what is 
>> the simplest procedure to follow to rename the active BE?
> 
> I'm not sure how many of the people who know the new system in depth
> read opensolaris-help, so I've cc'ed indiana-discuss.
> 
> My workaround to this is after doing pkg image-update, use beadm to
> mark the current be as active on the next reboot, then rename the new
> be, then make the new be active again.

I've found it easier to use the manual be creation instructions:

     $ pfexec beadm create opensolaris-[N+1]
     $ mkdir /tmp/mnt$$
     $ pfexec beadm mount opensolaris-[N+1] /tmp/mnt$$
     $ pfexec pkg -R /tmp/mnt$$ image-update

...and instead of opensolaris-[N+1] just insert your own be name.

Then finally:
     $ pfexec beadm unmount opensolaris-[N+1]
     $ pfexec beadm activate opensolaris-[N+1]

All of the above was taken from the release notes [1].
-- 
Shawn Walker

[1] 
http://opensolaris.org/os/project/indiana/resources/relnotes/200805/image-update/

Reply via email to