From 230421384a6be1239b390fc12f73b0b223705609 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 9 Sep 2007 16:04:40 +0000 Subject: 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. --- conf.d/localmount | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 conf.d/localmount (limited to 'conf.d/localmount') diff --git a/conf.d/localmount b/conf.d/localmount new file mode 100644 index 00000000..eae3c215 --- /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="" -- cgit v1.2.3