mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-02-24 13:30:02 +08:00
Vhost
This commit is contained in:
parent
8c85d3d987
commit
29391e59d2
@ -19,7 +19,6 @@ configureDHCP() {
|
||||
|
||||
# Create /dev/vhost-net
|
||||
if [ ! -c /dev/vhost-net ]; then
|
||||
[ ! -d /dev/vhost-net ] && mkdir -m 755 /dev/vhost-net
|
||||
mknod /dev/vhost-net c 10 238
|
||||
chmod 666 /dev/vhost-net
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user