diff options
| author | Jerry Jelinek <jerry.jelinek@joyent.com> | 2014-06-17 16:24:32 +0000 |
|---|---|---|
| committer | Jerry Jelinek <jerry.jelinek@joyent.com> | 2014-06-17 16:24:32 +0000 |
| commit | fd5411a7ef28b375db1ba0f935d76aa64809ecc2 (patch) | |
| tree | cf8db22fcf1770acca4603042151a657b2ed01b9 | |
| parent | f6460acd7dc367995614daea2083a42ee8ae8e5c (diff) | |
| download | illumos-joyent-fd5411a7ef28b375db1ba0f935d76aa64809ecc2.tar.gz | |
OS-3107 lxbrand w and who not working
| -rw-r--r-- | usr/src/lib/brand/lx/zone/lx_boot_zone_ubuntu.ksh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/lib/brand/lx/zone/lx_boot_zone_ubuntu.ksh b/usr/src/lib/brand/lx/zone/lx_boot_zone_ubuntu.ksh index 2fabc77b4a..ac2ec4fd7c 100644 --- a/usr/src/lib/brand/lx/zone/lx_boot_zone_ubuntu.ksh +++ b/usr/src/lib/brand/lx/zone/lx_boot_zone_ubuntu.ksh @@ -173,7 +173,7 @@ emits mounted script /sbin/initctl emit --no-wait virtual-filesystems /bin/mount -t tmpfs tmpfs /run || true - /sbin/initctl emit --no-wait mounted MOUNTPOINT=/run + /sbin/initctl emit --no-wait mounted MOUNTPOINT=/run TYPE=tmpfs /sbin/initctl emit --no-wait local-filesystems /sbin/initctl emit --no-wait all-swaps /sbin/initctl emit --no-wait filesystem |
