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>


  50             directory="/var/tsol/doors" type="lofs"/>
  51 
  52         <!-- Local filesystems to mount when booting the zone -->
  53         <mount special="/proc" directory="/proc" type="proc" />
  54         <mount special="ctfs" directory="/system/contract" type="ctfs" />
  55         <mount special="mnttab" directory="/etc/mnttab" type="mntfs" />
  56         <mount special="objfs" directory="/system/object" type="objfs" />
  57         <mount special="swap" directory="/etc/svc/volatile" type="tmpfs" />
  58 
  59         <!-- Devices to create under /dev -->
  60         <device match="arp" />
  61         <device match="bpf" />
  62         <device match="conslog" />
  63         <device match="cpu/self/cpuid" />
  64         <device match="crypto" />
  65         <device match="cryptoadm" />
  66         <device match="dsk" />
  67         <device match="dtrace/*" />
  68         <device match="dtrace/provider/*" />
  69         <device match="fd" />

  70         <device match="ipnet" />
  71         <device match="kstat" />
  72         <device match="lo0" />
  73         <device match="log" />
  74         <device match="logindmux" />
  75         <device match="nsmb" />
  76         <device match="net/*" />
  77         <device match="null" />
  78         <device match="openprom" arch="sparc" />
  79         <device match="poll" />
  80         <device match="pool" />
  81         <device match="ptmx" />
  82         <device match="pts/*" />
  83         <device match="random" />
  84         <device match="rdsk" />
  85         <device match="rmt" />
  86         <device match="sad/user" />
  87         <device match="svvslo0" />
  88         <device match="svvslo1" />
  89         <device match="svvslo2" />




  50             directory="/var/tsol/doors" type="lofs"/>
  51 
  52         <!-- Local filesystems to mount when booting the zone -->
  53         <mount special="/proc" directory="/proc" type="proc" />
  54         <mount special="ctfs" directory="/system/contract" type="ctfs" />
  55         <mount special="mnttab" directory="/etc/mnttab" type="mntfs" />
  56         <mount special="objfs" directory="/system/object" type="objfs" />
  57         <mount special="swap" directory="/etc/svc/volatile" type="tmpfs" />
  58 
  59         <!-- Devices to create under /dev -->
  60         <device match="arp" />
  61         <device match="bpf" />
  62         <device match="conslog" />
  63         <device match="cpu/self/cpuid" />
  64         <device match="crypto" />
  65         <device match="cryptoadm" />
  66         <device match="dsk" />
  67         <device match="dtrace/*" />
  68         <device match="dtrace/provider/*" />
  69         <device match="fd" />
  70         <device match="full" />
  71         <device match="ipnet" />
  72         <device match="kstat" />
  73         <device match="lo0" />
  74         <device match="log" />
  75         <device match="logindmux" />
  76         <device match="nsmb" />
  77         <device match="net/*" />
  78         <device match="null" />
  79         <device match="openprom" arch="sparc" />
  80         <device match="poll" />
  81         <device match="pool" />
  82         <device match="ptmx" />
  83         <device match="pts/*" />
  84         <device match="random" />
  85         <device match="rdsk" />
  86         <device match="rmt" />
  87         <device match="sad/user" />
  88         <device match="svvslo0" />
  89         <device match="svvslo1" />
  90         <device match="svvslo2" />