Module Name:    src
Committed By:   matt
Date:           Fri Jan  7 03:05:22 UTC 2011

Modified Files:
        src/distrib/evbppc/ramdisk [matt-nb5-pq3]: dot.profile

Log Message:
Use tmpfs


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.2.50.1 src/distrib/evbppc/ramdisk/dot.profile

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

Modified files:

Index: src/distrib/evbppc/ramdisk/dot.profile
diff -u src/distrib/evbppc/ramdisk/dot.profile:1.2 src/distrib/evbppc/ramdisk/dot.profile:1.2.50.1
--- src/distrib/evbppc/ramdisk/dot.profile:1.2	Sat Jul 26 17:06:41 2003
+++ src/distrib/evbppc/ramdisk/dot.profile	Fri Jan  7 03:05:22 2011
@@ -1,4 +1,4 @@
-# $NetBSD: dot.profile,v 1.2 2003/07/26 17:06:41 salo Exp $
+# $NetBSD: dot.profile,v 1.2.50.1 2011/01/07 03:05:22 matt Exp $
 #
 # Copyright (c) 1995 Jason R. Thorpe
 # Copyright (c) 1994 Christopher G. Demetriou
@@ -53,8 +53,8 @@
 	# mount root read-write
 	mount -u /dev/md0a /
 
-	# mount a /tmp on mfs, to avoid filling the md
-	mount -t mfs swap /tmp
+	# mount a /tmp on tmpfs, to avoid filling the md
+	mount_tmpfs tmpfs /tmp
 
 	# get the terminal type
 	_forceloop=""

Reply via email to