From c901cef1e606e3d2863f563ed183f50ac57cc048 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 20 Jun 2003 20:14:26 +0000 Subject: Use tmpfs, not ramfs --- sources/target_skeleton/etc/fstab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/target_skeleton/etc/fstab b/sources/target_skeleton/etc/fstab index 81cd9db15..42a4a6a85 100644 --- a/sources/target_skeleton/etc/fstab +++ b/sources/target_skeleton/etc/fstab @@ -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 -- cgit v1.2.3