diff options
author | William Hubbs <williamh@gentoo.org> | 2011-04-11 15:33:41 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2011-04-11 15:33:41 -0500 |
commit | 03cd55aa19c53801ee5ab2ff816a8abf088fff52 (patch) | |
tree | fe61634c29141381872659cac770081adc58ce6f /init.d | |
parent | 85827d474c23d47202384b4b3e430bf24d72c5d8 (diff) |
start loopback interface before mtab
X-Gentoo-Bug: 292894
X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=292894
Diffstat (limited to 'init.d')
-rw-r--r-- | init.d/net.lo.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/net.lo.in b/init.d/net.lo.in index f5da39be..68c88958 100644 --- a/init.d/net.lo.in +++ b/init.d/net.lo.in @@ -22,7 +22,7 @@ depend() keyword -jail -prefix -vserver case "${IFACE}" in - lo|lo0) need root ;; + lo|lo0) before mtab ; need root ;; *) after bootmisc net.lo net.lo0 ; need localmount ;; esac |