Module Name:    src
Committed By:   phx
Date:           Sun Aug 21 15:21:46 UTC 2011

Modified Files:
        src/distrib/utils/sysinst/arch/ofppc: md.h

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


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/distrib/utils/sysinst/arch/ofppc/md.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/utils/sysinst/arch/ofppc/md.h
diff -u src/distrib/utils/sysinst/arch/ofppc/md.h:1.5 src/distrib/utils/sysinst/arch/ofppc/md.h:1.6
--- src/distrib/utils/sysinst/arch/ofppc/md.h:1.5	Mon Apr  4 08:30:39 2011
+++ src/distrib/utils/sysinst/arch/ofppc/md.h	Sun Aug 21 15:21:46 2011
@@ -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

Reply via email to