set major number of /dev/console to 0 (not 8 (com))
This commit is contained in:
parent
52b61c34d2
commit
96b85dc028
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh -
|
||||
#
|
||||
# $NetBSD: MAKEDEV,v 1.2 2000/01/21 12:28:26 tsutsui Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.3 2000/03/27 19:35:25 msaitoh Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
|
@ -110,7 +110,7 @@ ramdisk)
|
|||
|
||||
std)
|
||||
rm -f console drum mem kmem null zero io tty klog stdin stdout stderr
|
||||
mknod console c 8 0
|
||||
mknod console c 0 0
|
||||
mknod drum c 4 0 ; chmod 640 drum ; chgrp kmem drum
|
||||
mknod kmem c 2 1 ; chmod 640 kmem ; chgrp kmem kmem
|
||||
mknod mem c 2 0 ; chmod 640 mem ; chgrp kmem mem
|
||||
|
|
Loading…
Reference in New Issue