Re: [zones-discuss] Creating ZFS filesystems prior to zoneadm install

2009-01-25 Thread Jason King
On Sun, Jan 25, 2009 at 9:59 AM, Jeff Victor wrote: > Hi Jason, > > I frequently recommend creating a writable /usr/local under the > read-only /usr to solve this problem. > > One simple method to do this is: > > zonecfg -z myzone > add fs > set special=/mypool/zones/usr-local > set dir=/usr/local

Re: [zones-discuss] Creating ZFS filesystems prior to zoneadm install

2009-01-25 Thread Jeff Victor
Hi Jason, I frequently recommend creating a writable /usr/local under the read-only /usr to solve this problem. One simple method to do this is: zonecfg -z myzone add fs set special=/mypool/zones/usr-local set dir=/usr/local set type=lofs end exit Will that work for you? --JeffV On Thu, Jan 2