diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-09-09 16:49:40 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-09-09 16:49:40 +0000 |
commit | 2aac9fa4644215a6c0612c0f4ac5a0ba862fe729 (patch) | |
tree | a4692bd030d30de375ea5cb7fc73b1304e7f62af /conf.d | |
parent | 5420f22a146e4978204daa58a3fae81dc0ecc4b8 (diff) |
revert EARLY_MOUNTS since everything in the boot runlevel depends on localmount already and anything that runs before it does not rely on things like /tmp or /var/run (and because i confused localmount with checkroot)
Diffstat (limited to 'conf.d')
-rw-r--r-- | conf.d/localmount | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/conf.d/localmount b/conf.d/localmount deleted file mode 100644 index eae3c215..00000000 --- a/conf.d/localmount +++ /dev/null @@ -1,7 +0,0 @@ -# /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="" |