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.
This commit is contained in:
7
conf.d/localmount
Normal file
7
conf.d/localmount
Normal file
@@ -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=""
|
Reference in New Issue
Block a user