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