| Skip Navigation Links | |
| Exit Print View | |
![]() | man pages section 1M: System Administration Commands Oracle Solaris 11 Information Library |
- convert driver packages to Driver Update format
/usr/bin/pkg2du [-f] [-v] [-ddir] [-oiso] [-llabel] [-rrelease]pkg [pkg ...]
The/usr/bin/pkg2du utility takes one or more packages as input and convertsthem to Driver Update (DU) format. If the-d option is specified,the resulting DU directory tree is placed in the directorydir. Ifthe-o option is specified, a Solaris ISO image of the DU directorytree is written in the fileiso. The ISO image can beburned onto CD/DVD usingcdrw(1) orcdrecord(1) (not a SunOS man page)and used during Solaris installation.
At least one of the-d and-o options must be specified.If both are specified, then both an ISO image and a directorytree are generated.
The following options are supported:
Directory where the DU directory should be created.
Create a Solaris ISO image of the DU directory.
Ifdir/DU oriso exists, remove it without asking first.
Label/volume name of the ISO image (if-o option is specified).
Solaris release number to use. It takes the form of the return fromuname-r command, for example,5.10. If unspecified, the release number of the currently running Solaris is used.
Verbose. Multiple-v options increase verbosity.
The following operands are supported:
One or more packages to be converted to DU format.
Example 1 Creating a DU CD/DVD
The following commands create a DU CD or DVD containing packagesSUNWfooandSUNWbar.
#/usr/bin/pkg2du -r 5.10 -o my.iso SUNWfoo SUNWbar#/usr/bin/cdrw -i my.iso
Seeattributes(5) for descriptions of the following attributes:
|
cdrw(1),mkbootmedia(1M),attributes(5)
mkisofs(8) (not a SunOS man page)
Copyright © 2011, Oracle and/or its affiliates. All rights reserved.Legal Notices | ![]() ![]() |