Fix 'rc_parallel="YES"' error

If rc_parallel="YES" zfs starts before localmount, which leads
to "No such file or directory" error on systems with /usr on a
separate partition.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
This commit is contained in:
Andrew Tselischev 2011-07-04 01:49:41 -07:00 committed by Brian Behlendorf
parent b2f25e00ec
commit b59322a0d8
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
depend()
{
before net
after udev
after udev localmount
keyword -lxc -openvz -prefix -vserver
}