Print this page
PSARC 2008/766 native zones p2v
6667924 physical to virtual utility for native zones

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/brand/native/zone/config.xml
          +++ new/usr/src/lib/brand/native/zone/config.xml
↓ open down ↓ 12 lines elided ↑ open up ↑
  13   13   and limitations under the License.
  14   14  
  15   15   When distributing Covered Code, include this CDDL HEADER in each
  16   16   file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  17   17   If applicable, add the following below this CDDL HEADER, with the
  18   18   fields enclosed by brackets "[]" replaced with your own identifying
  19   19   information: Portions Copyright [yyyy] [name of copyright owner]
  20   20  
  21   21   CDDL HEADER END
  22   22  
  23      - Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
       23 + Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  24   24   Use is subject to license terms.
  25   25  
  26   26   DO NOT EDIT THIS FILE.
  27   27  -->
  28   28  
  29   29  <!DOCTYPE brand PUBLIC "-//Sun Microsystems Inc//DTD Brands//EN"
  30   30      "file:///usr/share/lib/xml/dtd/brand.dtd.1">
  31   31  
  32   32  <brand name="native">
  33   33          <modname></modname>
  34   34  
  35   35          <initname>/sbin/init</initname>
  36   36          <login_cmd>/usr/bin/login -z %Z -f %u</login_cmd>
  37   37          <user_cmd>/usr/bin/getent passwd %u</user_cmd>
  38   38  
  39   39          <install>/usr/lib/brand/native/sw_support install %z %R</install>
       40 +        <installopts>a:b:d:psuv</installopts>
  40   41          <verify_cfg></verify_cfg>
  41   42          <verify_adm></verify_adm>
  42   43          <postclone>/usr/lib/brand/native/sw_support postclone %z %R</postclone>
  43   44          <attach>/usr/lib/brand/native/sw_support attach %z %R</attach>
  44   45          <detach>/usr/lib/brand/native/sw_support detach %z %R</detach>
  45   46          <presnap>/usr/lib/brand/native/sw_support presnap %z %R</presnap>
  46   47          <postsnap>/usr/lib/brand/native/sw_support postsnap %z %R</postsnap>
  47   48          <validatesnap>/usr/lib/brand/native/sw_support validatesnap %z %R</validatesnap>
  48   49  
  49   50          <privilege set="default" name="contract_event" />
↓ open down ↓ 50 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX