summaryrefslogtreecommitdiff
path: root/sources/target_skeleton/etc/fstab
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-12-22 01:17:09 +0000
committerEric Andersen <andersen@codepoet.org>2001-12-22 01:17:09 +0000
commit339f2f492ed524a5eae48e799b2d1349c52473b3 (patch)
tree31cae44ea9c03804cff8b7b5ccae1c2e0d0dd1c2 /sources/target_skeleton/etc/fstab
parentc6ad6c8fb6ee39ec0093aced01a18fe63e317f11 (diff)
Use target_skeleton dir to store conf files and init scripts under
version control -Erik
Diffstat (limited to 'sources/target_skeleton/etc/fstab')
-rw-r--r--sources/target_skeleton/etc/fstab6
1 files changed, 6 insertions, 0 deletions
diff --git a/sources/target_skeleton/etc/fstab b/sources/target_skeleton/etc/fstab
new file mode 100644
index 000000000..2ca20a492
--- /dev/null
+++ b/sources/target_skeleton/etc/fstab
@@ -0,0 +1,6 @@
+# /etc/fstab: static file system information.
+#
+# <file system> <mount pt> <type> <options> <dump> <pass>
+/dev/root / ext2 rw 0 1
+proc /proc proc defaults 0 0
+tmpfs /tmp tmpfs defaults 0 0