add a ;; to make sh parse it, and add acct to the list of devs to remove
for "std"
This commit is contained in:
parent
efdf5d1eef
commit
a69ef173f7
|
@ -70,9 +70,10 @@ case $i in
|
|||
all)
|
||||
sh MAKEDEV std wt0 fd0 fd1 wd0 wd1 sd0 sd1 tty0 tty1 pty0 st0
|
||||
sh MAKEDEV ch0 cd0 lpt0 lpt1 lpt2 lpa0 lpa1 lpa2 speaker
|
||||
;;
|
||||
|
||||
std)
|
||||
rm -f console drum mem kmem null tty klog stdin stdout stderr
|
||||
rm -f console drum mem kmem null tty klog stdin stdout stderr acct
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue