summaryrefslogtreecommitdiff
path: root/src/target_skeleton/etc/fstab
diff options
context:
space:
mode:
Diffstat (limited to 'src/target_skeleton/etc/fstab')
-rw-r--r--src/target_skeleton/etc/fstab8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/target_skeleton/etc/fstab b/src/target_skeleton/etc/fstab
new file mode 100644
index 0000000..87d9da0
--- /dev/null
+++ b/src/target_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
+sysfs /sys sysfs defaults 0 0