Gérard Henry wrote: > it works after the website become available. But i don't understand why > is it mandatory to have internet access if we want to create a zone? > If you want to use your own mirror/apt-proxy/... you can. You just have to specify the mirror path in the zone configuration. Here is an example config:
# zonecfg -z shell export create -b set zonepath=/zones/shell set autoboot=true set ip-type=shared add net set address=A.B.C.D set physical=bge0 end add net set address=2002:ab:cd::1/16 set physical=bge0 end add net set address=fe80::ab:cd/10 set physical=bge0 end add attr set name=mirror set type=string set value=http://apt-proxy.example.com:9999/nexenta end add attr set name=suite set type=string set value=elatte-testing end You can specify an http or file URL for the path to the mirror. This path is passed to debootstrap. Thanks, -Tim _______________________________________________ gnusol-users mailing list [email protected] http://lists.sonic.net/mailman/listinfo/gnusol-users
