Create *wd[23]? device nodes, so that machines with more than two IDE
drives can be installed. XXX The 1.4 single-floppy install has only 24 free inodes, but 32 are needed by this. Some more work is needed (e.g., change newfs parameters for the ram disk, or switch back to a 2-floppy install).
This commit is contained in:
parent
8286166c86
commit
7658a91815
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh -
|
#!/bin/sh -
|
||||||
#
|
#
|
||||||
# $NetBSD: MAKEDEV,v 1.84 1999/05/28 21:00:50 christos Exp $
|
# $NetBSD: MAKEDEV,v 1.85 1999/05/31 11:14:07 is Exp $
|
||||||
#
|
#
|
||||||
# Copyright (c) 1990 The Regents of the University of California.
|
# Copyright (c) 1990 The Regents of the University of California.
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
@ -134,7 +134,7 @@ all)
|
|||||||
;;
|
;;
|
||||||
|
|
||||||
floppy)
|
floppy)
|
||||||
sh $0 std wt0 fd0 fd1 wd0 wd1 sd0 sd1 sd2 tty0 tty1 tty2
|
sh $0 std wt0 fd0 fd1 wd0 wd1 wd2 wd3 sd0 sd1 sd2 tty0 tty1 tty2
|
||||||
sh $0 st0 st1 cd0 cd1 mcd0 ttyv0 pty0
|
sh $0 st0 st1 cd0 cd1 mcd0 ttyv0 pty0
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user