1 IPKG(5)               Standards, Environments, and Macros              IPKG(5)
   2 
   3 
   4 
   5 NAME
   6        ipkg - Image Packaging System (IPS) branded zone
   7 
   8 DESCRIPTION
   9        The ipkg brand allows the branded zones framework described in
  10        brands(5) to run Solaris 10 programs.  This brand supports only the
  11        "whole root", non-global zone model.
  12 
  13 
  14 
  15        You create a ipkg branded zone using the zonecfg(1M) utility,
  16        specifying the property brand=ipkg in its configuration.
  17 
  18 
  19 
  20        After configuring a ipkg branded zone, you attach or install it using
  21        zoneadm(1M).
  22 
  23 
  24 SUB-COMMANDS
  25        The ipkg brand supports the following zoneadm(1M) sub-commands:
  26 
  27 
  28        attach [-a archive|-d directory|-r recv_type]
  29 
  30 
  31            The attach subcommand creates a zone from a previously detached
  32            ipkg zone image.
  33 
  34            -a archive
  35 
  36                Specifies an archive name which can be a flar, tar, pax or cpio
  37                archive.
  38 
  39            -d directory
  40 
  41                Specifies an existing directory where the zone image has
  42                already been created.
  43 
  44            -r recv_type
  45 
  46                Specifies the type of archive to be read from standard input.
  47 
  48 
  49        clone source_zone
  50 
  51            The clone subcommand creates a zone by making a zfs clone of an
  52            existing source zone.
  53 
  54 
  55        install [-u|-p] [-v|-s] [-a archive|-d directory]
  56 
  57 
  58        install [-c certificate] [-k key_file] [-P Publisher] [-e extra_pkgs [...]]
  59 
  60 
  61            The install subcommand creates a zone from an archive image or an
  62            existing directory.
  63 
  64 
  65            -a archive
  66 
  67                Specifies an archive name which can be a flar, tar, pax or cpio
  68                archive.
  69 
  70 
  71            -c certificate
  72 
  73                Specifies the certificate to install for the Publisher.
  74 
  75 
  76            -d directory
  77 
  78                Specifies an existing directory where the zone image has
  79                already been created. If the directory specified is - then
  80                installation into the zone root is skipped, and the install
  81                subcommand only modifies the zone root as necessary to run in a
  82                zone.
  83 
  84 
  85            -e extra_pkg [...]
  86 
  87                Specifies an extra package to install in the new zone.
  88                Multiple packages may be specified using multiple -e extra_pkg
  89                options.
  90 
  91 
  92            -P Publisher
  93 
  94                Specifies the IPS Publisher to configure in the new zone.
  95 
  96 
  97            -p
  98 
  99                Preserves the configuration of the new zone.
 100 
 101 
 102            -s
 103 
 104                Slient installation.
 105 
 106 
 107            -u
 108 
 109                Unconfigures the new zone.
 110 
 111 
 112            -v
 113 
 114                Verbose messages.
 115 
 116 
 117 
 118 SEE ALSO
 119        cpio(1), pax(1), zfs(1M), zoneadm(1M), zonecfg(1M), brands(5), zones(5)
 120 
 121 
 122 
 123                                 March 10, 2013                         IPKG(5)