#
# 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
# 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
#
#
#
"""
System linked image module classes. System linked images support both child
and parent linking. System linked image child configuration information is
stored within a parent images pkg5.image configuration file.
"""
# pkg classes
# import linked image common code
"""See parent class for docstring."""
# specify what functionality we support
# default attach property values
attach_props_def = {
}
"""See parent class for docstring."""
# globals
"""See parent class for docstring."""
# nothing to do
return
"""See parent class for docstring."""
# nothing to do
return li.PATH_TRANSFORM_NONE
"""See parent class for docstring."""
# this may be a new image that hasn't actually been
# created yet
return []
rv = []
return rv
"""See parent class for docstring."""
# return a copy of the properties
"""See parent class for docstring."""
# make sure this child doesn't already exist
# make a copy of the properties
# delete temporal properties
"""See parent class for docstring."""
# make sure this child exists
# Delete this linked image
"""See parent class for docstring."""
"""See parent class for docstring."""
"""See parent class for docstring."""
# globals
"""See parent class for docstring."""
pass