diff options
author | Jerry Jelinek <jerry.jelinek@joyent.com> | 2014-12-11 22:52:05 +0000 |
---|---|---|
committer | Jerry Jelinek <jerry.jelinek@joyent.com> | 2014-12-11 22:52:05 +0000 |
commit | 86f171cce442c1619a2a5efbc1b6ec65e70975b3 (patch) | |
tree | 5c731ebeb0a6184311c35aac7f8cd908c575475b /usr/src | |
parent | 053898349c62779f6c072ca350b0c6f8bd85b440 (diff) | |
download | illumos-joyent-86f171cce442c1619a2a5efbc1b6ec65e70975b3.tar.gz |
OS-3636 lxbrand missing /dev/kmsg
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/lib/brand/lx/zone/platform.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/lib/brand/lx/zone/platform.xml b/usr/src/lib/brand/lx/zone/platform.xml index 298494e3ed..3df4b62922 100644 --- a/usr/src/lib/brand/lx/zone/platform.xml +++ b/usr/src/lib/brand/lx/zone/platform.xml @@ -133,6 +133,7 @@ <symlink source="stdin" target="../proc/self/fd/0" /> <symlink source="stdout" target="../proc/self/fd/1" /> <symlink source="systty" target="console" /> + <symlink source="kmsg" target="console" /> <!-- Create a mount point for for the /dev/initctl fifo --> <device match="null" name="initctl" /> |