add a relatively trimmed 'init' case.

This commit is contained in:
cgd 2004-03-09 06:04:33 +00:00
parent 7a30c4a987
commit a8d81512fb
1 changed files with 18 additions and 1 deletions

View File

@ -1,4 +1,21 @@
# $NetBSD: MAKEDEV.conf,v 1.2 2003/10/19 19:07:28 jdolecek Exp $
# $NetBSD: MAKEDEV.conf,v 1.3 2004/03/09 06:04:33 cgd Exp $
# When creating a /dev file system on MFS, init makes a FS that leaves
# only 890 (or so) inodes free. Therefore the "init" case (used by
# init for that purpose) must be a trimmed down list.
init)
makedev std wd0 wd1 wd2 wd3 sd0 sd1 sd2 sd3 sd4
makedev tty00 tty01
makedev st0 st1 ch0 cd0 cd1 vnd0 vnd1
makedev bpf0 bpf1
makedev ccd0 md0 ch0 random
makedev cgd0 cgd1
makedev raid0
makedev ld0 ld1 ld2 ld3
makedev usbs
makedev ipty
makedev local
;;
all_md)
makedev wd0 wd1 sd0 sd1 sd2 sd3