summaryrefslogtreecommitdiff
path: root/conf.d
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-09-09 16:04:40 +0000
committerMike Frysinger <vapier@gentoo.org>2007-09-09 16:04:40 +0000
commit230421384a6be1239b390fc12f73b0b223705609 (patch)
tree62fbc0991c8591e96d9cabf9eedd8876507e1c27 /conf.d
parent06ae2e5593fe6b3dac1b2d18e244a08b54da14e1 (diff)
downloadopenrc-230421384a6be1239b390fc12f73b0b223705609.tar.gz
openrc-230421384a6be1239b390fc12f73b0b223705609.tar.bz2
openrc-230421384a6be1239b390fc12f73b0b223705609.tar.xz
Allow people to specify a list of early mount points which will be mounted at the end of localmount so they can do tmpfs on things like /tmp #181527.
Diffstat (limited to 'conf.d')
-rw-r--r--conf.d/localmount7
1 files changed, 7 insertions, 0 deletions
diff --git a/conf.d/localmount b/conf.d/localmount
new file mode 100644
index 0000000..eae3c21
--- /dev/null
+++ b/conf.d/localmount
@@ -0,0 +1,7 @@
+# /etc/conf.d/localmount
+
+# A list of mount points you want mounted before any other real
+# services get started. For example, you may want to define /tmp
+# or /var/tmp as tmpfs mounts in your /etc/fstab and then add those
+# two paths here.
+EARLY_MOUNTS=""