Define maxpartitions to the same value as MAXPARTITIONS in disklabel.h.
Addresses PR 24905 by Simon Burge.
This commit is contained in:
parent
313b807f3f
commit
3afe1a1d87
|
@ -1,10 +1,10 @@
|
|||
# $NetBSD: files.evbsh3,v 1.15 2002/09/06 13:18:43 gehenna Exp $
|
||||
# $NetBSD: files.evbsh3,v 1.16 2004/03/25 12:38:49 wiz Exp $
|
||||
#
|
||||
# new style config file for sh3 architecture
|
||||
#
|
||||
|
||||
# maxpartitions must be first item in files.${ARCH}.newconf
|
||||
maxpartitions 8
|
||||
maxpartitions 16
|
||||
|
||||
maxusers 2 16 64
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: files.hpcmips,v 1.91 2003/07/27 01:19:26 thorpej Exp $
|
||||
# $NetBSD: files.hpcmips,v 1.92 2004/03/25 12:38:49 wiz Exp $
|
||||
|
||||
# maxpartitions must be first item in files.${ARCH}.
|
||||
maxpartitions 8
|
||||
maxpartitions 16
|
||||
|
||||
maxusers 2 8 64
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: files.hpcsh,v 1.34 2004/03/15 03:49:14 uwe Exp $
|
||||
# $NetBSD: files.hpcsh,v 1.35 2004/03/25 12:38:49 wiz Exp $
|
||||
#
|
||||
maxpartitions 8
|
||||
maxpartitions 16
|
||||
|
||||
maxusers 2 16 64
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# $NetBSD: files.i386,v 1.251 2004/03/14 08:04:38 minoura Exp $
|
||||
# $NetBSD: files.i386,v 1.252 2004/03/25 12:38:49 wiz Exp $
|
||||
#
|
||||
# new style config file for i386 architecture
|
||||
#
|
||||
|
||||
# maxpartitions must be first item in files.${ARCH}.newconf
|
||||
maxpartitions 8
|
||||
maxpartitions 16
|
||||
|
||||
maxusers 2 16 128
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: files.ibmnws,v 1.3 2004/03/13 17:31:34 bjh21 Exp $
|
||||
# $NetBSD: files.ibmnws,v 1.4 2004/03/25 12:38:50 wiz Exp $
|
||||
#
|
||||
# ibmnws-specific configuration info
|
||||
#
|
||||
maxpartitions 8
|
||||
maxpartitions 16
|
||||
|
||||
maxusers 2 8 64
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: files.playstation2,v 1.11 2003/07/27 01:19:30 thorpej Exp $
|
||||
# $NetBSD: files.playstation2,v 1.12 2004/03/25 12:38:50 wiz Exp $
|
||||
|
||||
maxpartitions 8
|
||||
maxpartitions 16
|
||||
|
||||
maxusers 2 8 64
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: files.sbmips,v 1.8 2004/03/13 17:31:34 bjh21 Exp $
|
||||
# $NetBSD: files.sbmips,v 1.9 2004/03/25 12:38:50 wiz Exp $
|
||||
|
||||
maxpartitions 8
|
||||
maxpartitions 16
|
||||
|
||||
maxusers 1 8 64
|
||||
|
||||
|
|
Loading…
Reference in New Issue