mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-08-01 23:17:49 +00:00
vsudd needs bootmisc too for /run symlink
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
e2918a8e5d
commit
99018b9424
@ -2,6 +2,11 @@
|
||||
|
||||
description="vsock socket proxy client"
|
||||
|
||||
depend()
|
||||
{
|
||||
need bootmisc
|
||||
}
|
||||
|
||||
start()
|
||||
{
|
||||
[ "$(mobyplatform)" != "mac" ] && [ "$(mobyplatform)" != "windows" ] && exit 0
|
||||
|
Loading…
Reference in New Issue
Block a user