Print this page
7882 Add /dev/full , the always-full memory device
Reviewed by: Adam Stevko <adam.stevko@gmail.com>
Reviewed by: Toomas Soome <tsoome@me.com>


  36             opt="attrdir=%R/root/dev"/>
  37 
  38         <!-- Local filesystems to mount when booting the zone -->
  39         <mount special="/proc" directory="/proc" type="proc" />
  40         <mount special="ctfs" directory="/system/contract" type="ctfs" />
  41         <mount special="mnttab" directory="/etc/mnttab" type="mntfs" />
  42         <mount special="objfs" directory="/system/object" type="objfs" />
  43         <mount special="swap" directory="/etc/svc/volatile" type="tmpfs" />
  44 
  45         <!-- Devices to create under /dev -->
  46         <device match="arp" />
  47         <device match="bpf" />
  48         <device match="conslog" />
  49         <device match="cpu/self/cpuid" />
  50         <device match="crypto" />
  51         <device match="cryptoadm" />
  52         <device match="dsk" />
  53         <device match="dtrace/*" />
  54         <device match="dtrace/provider/*" />
  55         <device match="fd" />

  56         <device match="ipnet" />
  57         <device match="kstat" />
  58         <device match="lo0" />
  59         <device match="lofictl" />
  60         <device match="lofi" />
  61         <device match="log" />
  62         <device match="logindmux" />
  63         <device match="nsmb" />
  64         <device match="net/*" />
  65         <device match="null" />
  66         <device match="openprom" arch="sparc" />
  67         <device match="poll" />
  68         <device match="pool" />
  69         <device match="ptmx" />
  70         <device match="pts/*" />
  71         <device match="random" />
  72         <device match="rdsk" />
  73         <device match="rlofi" />
  74         <device match="rmt" />
  75         <device match="sad/user" />




  36             opt="attrdir=%R/root/dev"/>
  37 
  38         <!-- Local filesystems to mount when booting the zone -->
  39         <mount special="/proc" directory="/proc" type="proc" />
  40         <mount special="ctfs" directory="/system/contract" type="ctfs" />
  41         <mount special="mnttab" directory="/etc/mnttab" type="mntfs" />
  42         <mount special="objfs" directory="/system/object" type="objfs" />
  43         <mount special="swap" directory="/etc/svc/volatile" type="tmpfs" />
  44 
  45         <!-- Devices to create under /dev -->
  46         <device match="arp" />
  47         <device match="bpf" />
  48         <device match="conslog" />
  49         <device match="cpu/self/cpuid" />
  50         <device match="crypto" />
  51         <device match="cryptoadm" />
  52         <device match="dsk" />
  53         <device match="dtrace/*" />
  54         <device match="dtrace/provider/*" />
  55         <device match="fd" />
  56         <device match="full" />
  57         <device match="ipnet" />
  58         <device match="kstat" />
  59         <device match="lo0" />
  60         <device match="lofictl" />
  61         <device match="lofi" />
  62         <device match="log" />
  63         <device match="logindmux" />
  64         <device match="nsmb" />
  65         <device match="net/*" />
  66         <device match="null" />
  67         <device match="openprom" arch="sparc" />
  68         <device match="poll" />
  69         <device match="pool" />
  70         <device match="ptmx" />
  71         <device match="pts/*" />
  72         <device match="random" />
  73         <device match="rdsk" />
  74         <device match="rlofi" />
  75         <device match="rmt" />
  76         <device match="sad/user" />