Source-Changes-HG archive

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

[src/trunk]: src/distrib/utils/sysinst/arch/ofppc The ofppc generic kernel ha...



details:   https://anonhg.NetBSD.org/src/rev/4eb17338e46d
branches:  trunk
changeset: 768589:4eb17338e46d
user:      phx <phx%NetBSD.org@localhost>
date:      Sun Aug 21 15:21:46 2011 +0000

description:
The ofppc generic kernel has tmpfs, so use it.

diffstat:

 distrib/utils/sysinst/arch/ofppc/md.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r d126632ab193 -r 4eb17338e46d distrib/utils/sysinst/arch/ofppc/md.h
--- a/distrib/utils/sysinst/arch/ofppc/md.h     Sun Aug 21 15:10:57 2011 +0000
+++ b/distrib/utils/sysinst/arch/ofppc/md.h     Sun Aug 21 15:21:46 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.h,v 1.5 2011/04/04 08:30:39 mbalmer Exp $   */
+/*     $NetBSD: md.h,v 1.6 2011/08/21 15:21:46 phx Exp $       */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -72,6 +72,8 @@
 #define DEFUSRSIZE     256     /* Default /usr size, if /home */
 #define XNEEDMB                120     /* Extra megs for full X installation */
 
+/* allow using tmpfs for /tmp instead of mfs */
+#define HAVE_TMPFS
 
 /*
  *  Default filesets to fetch and install during installation



Home | Main Index | Thread Index | Old Index