mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-08-03 16:00:36 +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"
|
description="vsock socket proxy client"
|
||||||
|
|
||||||
|
depend()
|
||||||
|
{
|
||||||
|
need bootmisc
|
||||||
|
}
|
||||||
|
|
||||||
start()
|
start()
|
||||||
{
|
{
|
||||||
[ "$(mobyplatform)" != "mac" ] && [ "$(mobyplatform)" != "windows" ] && exit 0
|
[ "$(mobyplatform)" != "mac" ] && [ "$(mobyplatform)" != "windows" ] && exit 0
|
||||||
|
Loading…
Reference in New Issue
Block a user