default to ramfs, not tmpfs
authorEric Andersen <andersen@codepoet.org>
Wed, 4 Jun 2003 20:36:38 +0000 (20:36 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 4 Jun 2003 20:36:38 +0000 (20:36 -0000)
sources/target_skeleton/etc/fstab

index c55ba23c079ecdb2448b43b0aac1f20c2b2a99d0..81cd9db158b1fcd89313801660fa55d2bfcd390f 100644 (file)
@@ -4,5 +4,5 @@
 /dev/root       /              ext2    rw,noauto         0      1
 proc           /proc          proc     defaults          0      0
 devpts         /dev/pts       devpts   defaults          0      0
-tmpfs          /tmp           tmpfs    defaults          0      0
+ramfs           /tmp           ramfs    defaults          0      0