summaryrefslogtreecommitdiff
path: root/conf/fstab
diff options
context:
space:
mode:
Diffstat (limited to 'conf/fstab')
-rw-r--r--conf/fstab23
1 files changed, 23 insertions, 0 deletions
diff --git a/conf/fstab b/conf/fstab
new file mode 100644
index 0000000..aca7c7e
--- /dev/null
+++ b/conf/fstab
@@ -0,0 +1,23 @@
+# fstab(5)
+
+# NOTE: systemd tries to mount following filesystems on every boot:
+#
+# - proc on /proc
+# - sysfs on /sys
+# - devtmpfs on /dev
+# - securityfs on /sys/kernel/security
+# - tmpfs on /dev/shm
+# - devpts on /dev/pts
+# - tmpfs on /run
+# - tmpfs on /sys/fs/cgroup
+# - cgroup on /sys/fs/cgroup/systemd
+# - <all or configured cgroup controllers> on /sys/fs/cgroup/<controller name>
+#
+# Information about above filesystems is hardcoded into systemd. systemd will
+# _try_ to apply mount options from this file by systemd-remount-fs.service.
+#
+# Please see: http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
+
+#<file system> <mount point> <type> <options> <dump> <pass>
+
+tmpfs /tmp tmpfs comment=havefs-smackfs-smackfsroot=* 0 0