Print this page
Add sharetab to joyent zones

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/brand/joyent-minimal/zone/platform.xml
          +++ new/usr/src/lib/brand/joyent-minimal/zone/platform.xml
↓ open down ↓ 43 lines elided ↑ open up ↑
  44   44          <global_mount special="%R/site" directory="/lib/svc/manifest/site"
  45   45              opt="nodevices" type="lofs" />
  46   46          <global_mount special="/sbin" directory="/sbin"
  47   47              opt="ro,nodevices" type="lofs" />
  48   48          <global_mount special="/usr" directory="/usr"
  49   49              opt="ro,nodevices" type="lofs" />
  50   50          <global_mount special="%R/local" directory="/usr/local"
  51   51              opt="nodevices" type="lofs" />
  52   52          <global_mount special="%R/ccs" directory="/usr/ccs"
  53   53              opt="nodevices" type="lofs" />
       54 +        <mount special="sharefs" directory="/etc/dfs/sharetab" type="sharefs" />
  54   55  
  55   56          <!-- Local filesystems to mount when booting the zone -->
  56   57          <mount special="/proc" directory="/proc" type="proc" />
  57   58          <mount special="ctfs" directory="/system/contract" type="ctfs" />
  58   59          <mount special="mnttab" directory="/etc/mnttab" type="mntfs" />
  59   60          <mount special="objfs" directory="/system/object" type="objfs" />
  60   61          <mount special="lxproc" directory="/system/lxproc" type="lxproc" />
  61   62          <mount special="swap" directory="/etc/svc/volatile" type="tmpfs" />
  62   63  
  63   64          <!-- Devices to create under /dev -->
↓ open down ↓ 108 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX