projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f99123
)
default to ramfs, not tmpfs
author
Eric Andersen
<andersen@codepoet.org>
Wed, 4 Jun 2003 20:36:38 +0000
(20:36 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Wed, 4 Jun 2003 20:36:38 +0000
(20:36 -0000)
sources/target_skeleton/etc/fstab
patch
|
blob
|
history
diff --git
a/sources/target_skeleton/etc/fstab
b/sources/target_skeleton/etc/fstab
index c55ba23c079ecdb2448b43b0aac1f20c2b2a99d0..81cd9db158b1fcd89313801660fa55d2bfcd390f 100644
(file)
--- 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 tmp
fs defaults 0 0
+
ramfs /tmp ram
fs defaults 0 0