On Fri, Nov 2, 2012 at 5:40 PM, Sašo Kiselkov <[email protected]>wrote:
> I'm trying to update a few zones on my oi_151a4 box and the update > requests a new boot environment to be created - for the zone. > Predictably, this fails, and specifying --deny-new-be in the zone makes > pkg refuse to do the update. > > So here's the kicker: how does one update the image version inside a > zone? I fail to find any relevant documentation on this issue and I'm > sort of out of ideas. > You stop the zone, and then from the global zone, you make sure the zone's file system is mounted, ie. by running 'zoneadm -z <zonename> ready'. Then you update the zone from the global zone, ie. 'pkg -R /path/to/<zonename>/root update', and finally you start the zone up again with 'zoneadm -z <zonename> boot'. -- Venlig hilsen / Kind regards Jeppe Toustrup (aka. Tenzer) _______________________________________________ OpenIndiana-discuss mailing list [email protected] http://openindiana.org/mailman/listinfo/openindiana-discuss
