mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-11-23 18:33:41 +08:00
Vhost
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user