Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/macppc/conf Add options MEMORY_DISK_SERVER=0 (to di...



details:   https://anonhg.NetBSD.org/src/rev/cefc9ee3377c
branches:  trunk
changeset: 524758:cefc9ee3377c
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Mar 30 07:08:55 2002 +0000

description:
Add options MEMORY_DISK_SERVER=0 (to disable user-space mdconfig(8) support).

diffstat:

 sys/arch/macppc/conf/INSTALL |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r d082b0fb0370 -r cefc9ee3377c sys/arch/macppc/conf/INSTALL
--- a/sys/arch/macppc/conf/INSTALL      Sat Mar 30 07:08:13 2002 +0000
+++ b/sys/arch/macppc/conf/INSTALL      Sat Mar 30 07:08:55 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.56 2002/03/10 19:56:43 lukem Exp $
+#      $NetBSD: INSTALL,v 1.57 2002/03/30 07:08:55 tsutsui Exp $
 #
 # config file for INSTALL FLOPPY
 #
@@ -17,6 +17,7 @@
 # Enable the hooks used for initializing the ram-disk.
 options        MEMORY_DISK_HOOKS
 options        MEMORY_DISK_IS_ROOT     # Force root on ram-disk
+options        MEMORY_DISK_SERVER=0    # no userspace memory disk support
 options        MEMORY_DISK_SIZE=4096   # 2 Megabytes
 
 options                PIPE_SOCKETPAIR # smaller, but slower pipe(2)



Home | Main Index | Thread Index | Old Index