mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-24 11:25:40 +00:00
Merge pull request #307 from justincormack/proxyvmbus
use platform not vmbus consistently
This commit is contained in:
commit
996cab9f17
@ -12,7 +12,7 @@ start()
|
||||
ebegin "Setting up proxy port service"
|
||||
|
||||
mkdir -p /port
|
||||
if [ -d /sys/bus/vmbus ]; then
|
||||
if [ "$(mobyplatform)" = "windows" ]; then
|
||||
# Running on a Hyper-V hypervisor
|
||||
/sbin/9pmount-vsock --serviceid 0B95756A-9985-48AD-9470-78E060895BE7 listen port /port
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user