diff options
author | Josh Wilsdon <jwilsdon@joyent.com> | 2016-11-25 09:27:13 -0800 |
---|---|---|
committer | Josh Wilsdon <jwilsdon@joyent.com> | 2016-11-25 09:27:13 -0800 |
commit | 03c72fd883dd75695bb56ae3da55a41a566a65c6 (patch) | |
tree | 97b53574c8ef57d5ef95cde8e93c944ff9393d76 | |
parent | f41b1689612c7058f36531eb47717ae0dda9e2f5 (diff) | |
download | illumos-joyent-03c72fd883dd75695bb56ae3da55a41a566a65c6.tar.gz |
move sockets to /etc/zonecontrol
-rw-r--r-- | usr/src/lib/brand/lx/zone/platform.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/lib/brand/lx/zone/platform.xml b/usr/src/lib/brand/lx/zone/platform.xml index 7b9f325920..e393256cad 100644 --- a/usr/src/lib/brand/lx/zone/platform.xml +++ b/usr/src/lib/brand/lx/zone/platform.xml @@ -59,7 +59,7 @@ opt="ro" type="lofs" /> <global_mount special="/etc/zones/%z.xml" directory="/native/etc/zones/%z.xml" opt="ro" type="lofs" /> - <global_mount special="%R/zonecontrol" directory="/native/.zonecontrol" + <global_mount special="/etc/zonecontrol/%z" directory="/native/.zonecontrol" opt="ro" type="lofs" /> <!-- Local filesystems to mount when booting the zone --> |