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>


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

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




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