diff options
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" /> |