Use tmpfs, not ramfs
authorEric Andersen <andersen@codepoet.org>
Fri, 20 Jun 2003 20:14:26 +0000 (20:14 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 20 Jun 2003 20:14:26 +0000 (20:14 -0000)
sources/target_skeleton/etc/fstab

index 81cd9db158b1fcd89313801660fa55d2bfcd390f..42a4a6a85dfb999bc7d09631f32d2dcca3c731db 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
-ramfs           /tmp           ramfs    defaults          0      0
+tmpfs           /tmp           tmpfs    defaults          0      0