summaryrefslogtreecommitdiff
path: root/target/generic/target_busybox_skeleton/etc/fstab
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-02-15 15:11:34 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-02-15 15:11:34 +0000
commit2f67d9e2fe7bbec10e67bf7e52999c594c4d6400 (patch)
tree84e3428db35283defe8c6fa3446b65d8ae887693 /target/generic/target_busybox_skeleton/etc/fstab
parent0fed2766a40419cd325dbb8ec0ac29f96ccc1b83 (diff)
- preparation for BR2_PACKAGE_BUSYBOX_SKELETON
"Use a minimal target skeleton for use with busybox's mdev et al"
Diffstat (limited to 'target/generic/target_busybox_skeleton/etc/fstab')
-rw-r--r--target/generic/target_busybox_skeleton/etc/fstab8
1 files changed, 8 insertions, 0 deletions
diff --git a/target/generic/target_busybox_skeleton/etc/fstab b/target/generic/target_busybox_skeleton/etc/fstab
new file mode 100644
index 000000000..6d33629a7
--- /dev/null
+++ b/target/generic/target_busybox_skeleton/etc/fstab
@@ -0,0 +1,8 @@
+# /etc/fstab: static file system information.
+#
+# <file system> <mount pt> <type> <options> <dump> <pass>
+/dev/root / ext2 rw,noauto 0 1
+proc /proc proc defaults 0 0
+devpts /dev/pts devpts defaults,gid=5,mode=620 0 0
+tmpfs /tmp tmpfs defaults 0 0
+