summaryrefslogtreecommitdiff
path: root/usr/src/cmd/zonecfg
diff options
context:
space:
mode:
authorgjelinek <none@none>2008-08-01 14:07:13 -0700
committergjelinek <none@none>2008-08-01 14:07:13 -0700
commit16ab8c7b0738497a3fa85cb1afebcfd7844517d8 (patch)
tree0de5e65bd63f6321b5432456fdfbea4d150631d3 /usr/src/cmd/zonecfg
parentd69c2551e89e9440043ac6ff5739b58746286f33 (diff)
downloadillumos-joyent-16ab8c7b0738497a3fa85cb1afebcfd7844517d8.tar.gz
PSARC/2008/410 zoneadm attach -b option
6685069 zoneadm attach should always regenerate the pkg list 6715011 update on attach should report all downgrade errors at once 6715030 update on attach needs a way to ignore IDRs 6715679 update on attach should update etc/release file 6728502 native brand sw module should error on extra arguments 6728573 spurious warnings when generating sw manifest
Diffstat (limited to 'usr/src/cmd/zonecfg')
-rw-r--r--usr/src/cmd/zonecfg/zonecfg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/cmd/zonecfg/zonecfg.c b/usr/src/cmd/zonecfg/zonecfg.c
index a699c083a2..fb71938256 100644
--- a/usr/src/cmd/zonecfg/zonecfg.c
+++ b/usr/src/cmd/zonecfg/zonecfg.c
@@ -1549,8 +1549,8 @@ create_func(cmd_t *cmd)
}
if (attach)
- err = zonecfg_get_attach_handle(attach_path, zone, B_FALSE,
- tmphandle);
+ err = zonecfg_get_attach_handle(attach_path, ZONE_DETACHED,
+ zone, B_FALSE, tmphandle);
else
err = zonecfg_get_template_handle(zone_template, zone,
tmphandle);