mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2025-01-13 19:50:25 +03:00
zfs-mount-genrator: dependencies should be space-separated
Reviewed-by: Antonio Russo <antonio.e.russo@gmail.com> Reviewed-by: Richard Laager <rlaager@wiktel.com> Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com> Closes #9174
This commit is contained in:
parent
023ab67a64
commit
512a50f38d
@ -215,7 +215,7 @@ EOF
|
|||||||
fi
|
fi
|
||||||
# Update the dependencies for the mount file to require the
|
# Update the dependencies for the mount file to require the
|
||||||
# key-loading unit.
|
# key-loading unit.
|
||||||
wants="${wants},${keyloadunit}"
|
wants="${wants} ${keyloadunit}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# If the mountpoint has already been created, give it precedence.
|
# If the mountpoint has already been created, give it precedence.
|
||||||
|
Loading…
Reference in New Issue
Block a user