diff options
author | jg <none@none> | 2007-04-06 19:04:25 -0700 |
---|---|---|
committer | jg <none@none> | 2007-04-06 19:04:25 -0700 |
commit | c54df98acfdb531a1f559529aa3568ca3e8e8d52 (patch) | |
tree | a50b5fd0aeb5e6f00c2730e0db1c9a3d2eed016f | |
parent | 97732469ba455a24d7e12fc63faad3110ba70777 (diff) | |
download | illumos-gate-c54df98acfdb531a1f559529aa3568ca3e8e8d52.tar.gz |
6542195 system panics during zone creations after upgrade from s10u3 to snv_61 due to missing /dev/zcons
-rw-r--r-- | usr/src/Targetdirs | 1 | ||||
-rw-r--r-- | usr/src/pkgdefs/SUNWcsd/prototype_com | 8 |
2 files changed, 5 insertions, 4 deletions
diff --git a/usr/src/Targetdirs b/usr/src/Targetdirs index e8dbff7b77..08060d236f 100644 --- a/usr/src/Targetdirs +++ b/usr/src/Targetdirs @@ -69,6 +69,7 @@ ROOT.SYS= \ /dev/pts \ /dev/sad \ /dev/swap \ + /dev/zcons \ /devices \ /devices/pseudo \ /etc \ diff --git a/usr/src/pkgdefs/SUNWcsd/prototype_com b/usr/src/pkgdefs/SUNWcsd/prototype_com index b8ccddf391..8312217923 100644 --- a/usr/src/pkgdefs/SUNWcsd/prototype_com +++ b/usr/src/pkgdefs/SUNWcsd/prototype_com @@ -2,9 +2,8 @@ # CDDL HEADER START # # The contents of this file are subject to the terms of the -# Common Development and Distribution License, Version 1.0 only -# (the "License"). You may not use this file except in compliance -# with the License. +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. @@ -20,7 +19,7 @@ # CDDL HEADER END # # -# Copyright 2004 Sun Microsystems, Inc. All rights reserved. +# Copyright 2007 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # ident "%Z%%M% %I% %E% SMI" @@ -82,6 +81,7 @@ s none dev/stdin=./fd/0 s none dev/stdout=./fd/1 d none dev/swap 755 root sys d none dev/term 755 root root +d none dev/zcons 755 root sys d none devices 755 root sys d none devices/pseudo 755 root sys d none etc 755 root sys |