Add no rewind device nodes for the wt driver
This commit is contained in:
parent
f9db0b0e81
commit
eeba73b02d
|
@ -136,9 +136,12 @@ fd)
|
||||||
|
|
||||||
wt*)
|
wt*)
|
||||||
umask 2
|
umask 2
|
||||||
rm -f wt0 rwt0
|
rm -f wt0 nwt0 rwt0 nrwt0
|
||||||
mknod wt0 b 3 0; chown root.operator wt0
|
mknod wt0 b 3 0
|
||||||
mknod rwt0 c 10 0; chown root.operator rwt0
|
mknod nwt0 b 3 4
|
||||||
|
mknod rwt0 c 10 0
|
||||||
|
mknod nrwt0 c 10 4
|
||||||
|
chgrp operator wt0 nwt0 rwt0 nrwt0
|
||||||
umask 77
|
umask 77
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue