From bbc2e6dd5a9ecc838a306ccd9c2aba1025da9739 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 4 Jun 2003 20:36:38 +0000 Subject: default to ramfs, not tmpfs --- sources/target_skeleton/etc/fstab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sources/target_skeleton') diff --git a/sources/target_skeleton/etc/fstab b/sources/target_skeleton/etc/fstab index c55ba23c0..81cd9db15 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 -tmpfs /tmp tmpfs defaults 0 0 +ramfs /tmp ramfs defaults 0 0 -- cgit v1.2.3