mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2025-01-14 12:10:26 +03:00
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:
parent
b2f25e00ec
commit
b59322a0d8
@ -6,7 +6,7 @@
|
|||||||
depend()
|
depend()
|
||||||
{
|
{
|
||||||
before net
|
before net
|
||||||
after udev
|
after udev localmount
|
||||||
keyword -lxc -openvz -prefix -vserver
|
keyword -lxc -openvz -prefix -vserver
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user