diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-06-20 20:14:26 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-06-20 20:14:26 +0000 |
commit | c901cef1e606e3d2863f563ed183f50ac57cc048 (patch) | |
tree | 07582320fff282258ad3770d9cbf0bf63d1f27fe /sources/target_skeleton | |
parent | 067bf089f44f12650f8a8fe55179f9e77540aa7f (diff) |
Use tmpfs, not ramfs
Diffstat (limited to 'sources/target_skeleton')
-rw-r--r-- | sources/target_skeleton/etc/fstab | 2 |
1 files changed, 1 insertions, 1 deletions
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 |