summaryrefslogtreecommitdiff
path: root/sources/target_skeleton
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-06-04 20:36:38 +0000
committerEric Andersen <andersen@codepoet.org>2003-06-04 20:36:38 +0000
commitbbc2e6dd5a9ecc838a306ccd9c2aba1025da9739 (patch)
tree3beeadfe8ee43c6d8838c9e9e3905da363fa24b7 /sources/target_skeleton
parent0f991230aa8b1e911535a2ad0bb3f35cafcfe07a (diff)
default to ramfs, not tmpfs
Diffstat (limited to 'sources/target_skeleton')
-rw-r--r--sources/target_skeleton/etc/fstab2
1 files changed, 1 insertions, 1 deletions
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