Remove rnd here and add a prominent note at the top of the file -
this config includes GENERIC32, only additional stuff goes in here.
This commit is contained in:
parent
732fa344d5
commit
313b12e0cc
|
@ -1,8 +1,12 @@
|
|||
# $NetBSD: INSTALL,v 1.16 2003/09/06 03:25:31 itojun Exp $
|
||||
# $NetBSD: INSTALL,v 1.17 2003/09/10 07:14:25 martin Exp $
|
||||
#
|
||||
# NOTE: this file only needs *additional* things for the install
|
||||
# kernel, that are not already included in GENERIC32!
|
||||
# See the include below...
|
||||
|
||||
include "arch/sparc64/conf/GENERIC32"
|
||||
|
||||
#ident "INSTALL-$Revision: 1.16 $"
|
||||
#ident "INSTALL-$Revision: 1.17 $"
|
||||
|
||||
include "arch/sparc64/conf/std.sparc64-64"
|
||||
|
||||
|
@ -30,5 +34,3 @@ options MEMORY_DISK_SERVER=0 # no userspace memory disk support
|
|||
## The miniroot size must be kept in sync manually with the size of
|
||||
## the `miniroot' image (which is built in distrib/sparc64/miniroot).
|
||||
options MEMORY_DISK_ROOT_SIZE=10240 # size of memory disk, in blocks
|
||||
|
||||
pseudo-device rnd # /dev/random and /dev/urandom
|
||||
|
|
Loading…
Reference in New Issue