mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-08-06 01:03:43 +00:00
Merge pull request #729 from justincormack/vsudd-bootmisc
vsudd needs bootmisc too for /run symlink
This commit is contained in:
commit
ae10c5d46a
@ -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