Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/default-config/etc/fstab
diff options
context:
space:
mode:
Diffstat (limited to 'default-config/etc/fstab')
-rw-r--r--default-config/etc/fstab9
1 files changed, 9 insertions, 0 deletions
diff --git a/default-config/etc/fstab b/default-config/etc/fstab
new file mode 100644
index 0000000..74c69fd
--- /dev/null
+++ b/default-config/etc/fstab
@@ -0,0 +1,9 @@
+#
+# /etc/fstab: static file system information
+#
+# <file system> <dir> <type> <options> <dump> <pass>
+none /dev/pts devpts defaults 0 0
+none /dev/shm tmpfs defaults 0 0
+tmpfs /tmp tmpfs defaults 0 0
+
+/dev/cdrom /bootcd iso9660 ro,user,noauto 0 0