Print this page
Add sharetab to joyent zones

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/brand/joyent/zone/platform.xml
          +++ new/usr/src/lib/brand/joyent/zone/platform.xml
↓ open down ↓ 51 lines elided ↑ open up ↑
  52   52          <global_mount special="%R/ccs" directory="/usr/ccs"
  53   53              opt="nodevices" type="lofs" />
  54   54  
  55   55          <!-- Local filesystems to mount when booting the zone -->
  56   56          <mount special="/proc" directory="/proc" type="proc" />
  57   57          <mount special="ctfs" directory="/system/contract" type="ctfs" />
  58   58          <mount special="mnttab" directory="/etc/mnttab" type="mntfs" />
  59   59          <mount special="objfs" directory="/system/object" type="objfs" />
  60   60          <mount special="lxproc" directory="/system/lxproc" type="lxproc" />
  61   61          <mount special="swap" directory="/etc/svc/volatile" type="tmpfs" />
       62 +        <mount special="sharefs" directory="/etc/dfs/sharetab" type="sharefs" />
  62   63  
  63   64          <!-- Devices to create under /dev -->
  64   65          <device match="arp" />
  65   66          <device match="bpf" />
  66   67          <device match="conslog" />
  67   68          <device match="cpu/self/cpuid" />
  68   69          <device match="crypto" />
  69   70          <device match="cryptoadm" />
  70   71          <device match="dsk" />
  71   72          <device match="dtrace/*" />
↓ open down ↓ 97 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX