| <?xml version="1.0"?> |
| |
| <!-- |
| CDDL HEADER START |
| |
| The contents of this file are subject to the terms of the |
| Common Development and Distribution License (the "License"). |
| You may not use this file except in compliance with the License. |
| |
| You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE |
| or http://www.opensolaris.org/os/licensing. |
| See the License for the specific language governing permissions |
| and limitations under the License. |
| |
| When distributing Covered Code, include this CDDL HEADER in each |
| file and include the License file at usr/src/OPENSOLARIS.LICENSE. |
| If applicable, add the following below this CDDL HEADER, with the |
| fields enclosed by brackets "[]" replaced with your own identifying |
| information: Portions Copyright [yyyy] [name of copyright owner] |
| |
| CDDL HEADER END |
| |
| Copyright 2007 Sun Microsystems, Inc. All rights reserved. |
| Use is subject to license terms. |
| |
| ident "%Z%%M% %I% %E% SMI" |
| |
| DO NOT EDIT THIS FILE. |
| --> |
| |
| <!DOCTYPE platform PUBLIC "-//Sun Microsystems Inc//Zones Platform//EN" |
| "file:///usr/share/lib/xml/dtd/zone_platform.dtd.1"> |
| |
| <platform name="lx" allow-exclusive-ip="false"> |
| <!-- Global filesystems to mount when booting the zone --> |
| <global_mount special="/dev" directory="/native/dev" type="dev" |
| opt="attrdir=%R/dev" /> |
| <global_mount special="/lib" directory="/native/lib" |
| opt="ro" type="lofs" /> |
| <global_mount special="/usr/lib" directory="/native/usr/lib" |
| opt="ro" type="lofs" /> |
| <global_mount special="/usr/lib/brand/lx/etc_default_nfs" |
| directory="/native/etc/default/nfs" type="lofs" opt="ro" /> |
| <global_mount special="/usr/lib/brand/lx/etc_netconfig" |
| directory="/native/etc/netconfig" type="lofs" opt="ro" /> |
| |
| <!-- Local filesystems to mount when booting the zone --> |
| <mount special="/native/dev" directory="/dev" type="lofs" /> |
| <mount special="proc" directory="/native/proc" type="proc" /> |
| <mount special="swap" directory="/native/etc/svc/volatile" |
| type="tmpfs" /> |
| <mount special="swap" directory="/native/tmp" type="tmpfs" /> |
| |
| <!-- Devices to create under /dev --> |
| <device match="null" /> |
| <device match="pts/*" /> |
| <device match="random" /> |
| <device match="tcp" /> |
| <device match="tcp6" /> |
| <device match="tty" /> |
| <device match="udp" /> |
| <device match="udp6" /> |
| <device match="urandom" /> |
| <device match="zero" /> |
| |
| <!-- Renamed devices to create under /dev --> |
| <device match="brand/lx/ptmx" name="ptmx" /> |
| <device match="zcons/%z/zoneconsole" name="console" /> |
| |
| <!-- Audio devices to create under /dev --> |
| <device match="brand/lx/dsp" name="dsp" /> |
| <device match="brand/lx/mixer" name="mixer" /> |
| |
| <!-- Symlinks to create under /dev --> |
| <symlink source="fd" target="../proc/self/fd" /> |
| <symlink source="log" target="/var/run/syslog" /> |
| <symlink source="stderr" target="../proc/self/fd/2" /> |
| <symlink source="stdin" target="../proc/self/fd/0" /> |
| <symlink source="stdout" target="../proc/self/fd/1" /> |
| <symlink source="systty" target="console" /> |
| |
| <!-- Create a mount point for for the /dev/initctl fifo --> |
| <device match="null" name="initctl" /> |
| |
| </platform> |