Print this page
Add sharetab to joyent zones


  42             directory="/lib/svc/manifest"
  43             opt="ro,nodevices" type="lofs" />
  44         <global_mount special="%R/site" directory="/lib/svc/manifest/site"
  45             opt="nodevices" type="lofs" />
  46         <global_mount special="/sbin" directory="/sbin"
  47             opt="ro,nodevices" type="lofs" />
  48         <global_mount special="/usr" directory="/usr"
  49             opt="ro,nodevices" type="lofs" />
  50         <global_mount special="%R/local" directory="/usr/local"
  51             opt="nodevices" type="lofs" />
  52         <global_mount special="%R/ccs" directory="/usr/ccs"
  53             opt="nodevices" type="lofs" />
  54 
  55         <!-- Local filesystems to mount when booting the zone -->
  56         <mount special="/proc" directory="/proc" type="proc" />
  57         <mount special="ctfs" directory="/system/contract" type="ctfs" />
  58         <mount special="mnttab" directory="/etc/mnttab" type="mntfs" />
  59         <mount special="objfs" directory="/system/object" type="objfs" />
  60         <mount special="lxproc" directory="/system/lxproc" type="lxproc" />
  61         <mount special="swap" directory="/etc/svc/volatile" type="tmpfs" />

  62 
  63         <!-- Devices to create under /dev -->
  64         <device match="arp" />
  65         <device match="bpf" />
  66         <device match="conslog" />
  67         <device match="cpu/self/cpuid" />
  68         <device match="crypto" />
  69         <device match="cryptoadm" />
  70         <device match="dsk" />
  71         <device match="dtrace/*" />
  72         <device match="dtrace/provider/*" />
  73         <device match="eventfd" />
  74         <device match="fd" />
  75         <device match="full" />
  76         <device match="inotify" />
  77         <device match="ipnet" />
  78         <device match="kstat" />
  79         <device match="lo0" />
  80         <device match="lofictl" />
  81         <device match="lofi" />




  42             directory="/lib/svc/manifest"
  43             opt="ro,nodevices" type="lofs" />
  44         <global_mount special="%R/site" directory="/lib/svc/manifest/site"
  45             opt="nodevices" type="lofs" />
  46         <global_mount special="/sbin" directory="/sbin"
  47             opt="ro,nodevices" type="lofs" />
  48         <global_mount special="/usr" directory="/usr"
  49             opt="ro,nodevices" type="lofs" />
  50         <global_mount special="%R/local" directory="/usr/local"
  51             opt="nodevices" type="lofs" />
  52         <global_mount special="%R/ccs" directory="/usr/ccs"
  53             opt="nodevices" type="lofs" />
  54 
  55         <!-- Local filesystems to mount when booting the zone -->
  56         <mount special="/proc" directory="/proc" type="proc" />
  57         <mount special="ctfs" directory="/system/contract" type="ctfs" />
  58         <mount special="mnttab" directory="/etc/mnttab" type="mntfs" />
  59         <mount special="objfs" directory="/system/object" type="objfs" />
  60         <mount special="lxproc" directory="/system/lxproc" type="lxproc" />
  61         <mount special="swap" directory="/etc/svc/volatile" type="tmpfs" />
  62         <mount special="sharefs" directory="/etc/dfs/sharetab" type="sharefs" />
  63 
  64         <!-- Devices to create under /dev -->
  65         <device match="arp" />
  66         <device match="bpf" />
  67         <device match="conslog" />
  68         <device match="cpu/self/cpuid" />
  69         <device match="crypto" />
  70         <device match="cryptoadm" />
  71         <device match="dsk" />
  72         <device match="dtrace/*" />
  73         <device match="dtrace/provider/*" />
  74         <device match="eventfd" />
  75         <device match="fd" />
  76         <device match="full" />
  77         <device match="inotify" />
  78         <device match="ipnet" />
  79         <device match="kstat" />
  80         <device match="lo0" />
  81         <device match="lofictl" />
  82         <device match="lofi" />