Create device nodes for 2nd and 3rd CD drive (and while we're here, also
2nd and third SCSI tape drive) on install media. Fixes PR 14356.
This commit is contained in:
parent
ee7e8274a6
commit
33ce194471
@ -1,6 +1,6 @@
|
||||
#!/bin/sh -
|
||||
#
|
||||
# $NetBSD: MAKEDEV,v 1.80 2002/10/21 04:14:49 lukem Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.81 2003/01/14 20:05:29 is Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
@ -172,7 +172,8 @@ floppy)
|
||||
makedev ttye0 ttye1 ttye2 ttye3 ttye4 ttye5 ttye6 ttye7
|
||||
makedev grf0 grf1 grf2 grf3 grf4 grf5 grf6 grf7
|
||||
makedev tty00 ttyA0 ttyB0 ttyC0
|
||||
makedev sd0 sd1 sd2 sd3 sd4 sd5 sd6 sd7 sd8 sd9 cd0 st0 wd0 wd1 md0
|
||||
makedev sd0 sd1 sd2 sd3 sd4 sd5 sd6 sd7 sd8 sd9
|
||||
makedev cd0 cd1 cd2 st0 st1 st2 wd0 wd1 md0
|
||||
;;
|
||||
|
||||
isdns)
|
||||
|
Loading…
Reference in New Issue
Block a user