diff options
Diffstat (limited to 'resources/templates/vm')
-rw-r--r-- | resources/templates/vm/init.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/resources/templates/vm/init.sh b/resources/templates/vm/init.sh index 716ff9af08..446b49923d 100644 --- a/resources/templates/vm/init.sh +++ b/resources/templates/vm/init.sh @@ -1,6 +1,4 @@ #!/bin/bash -mount -t sysfs -o "nodev,noexec,nosuid" sysfs /sys -mount -t proc -o "nodev,noexec,nosuid" proc /proc mkdir /dev/pts mkdir /dev/hugepages mount -t devpts -o "rw,noexec,nosuid,gid=5,mode=0620" devpts /dev/pts || true @@ -11,7 +9,5 @@ echo 0000:00:06.0 > /sys/bus/pci/devices/0000:00:06.0/driver/unbind echo 0000:00:07.0 > /sys/bus/pci/devices/0000:00:07.0/driver/unbind echo vfio-pci > /sys/bus/pci/devices/0000:00:06.0/driver_override echo vfio-pci > /sys/bus/pci/devices/0000:00:07.0/driver_override -echo 0000:00:06.0 > /sys/bus/pci/drivers/vfio-pci/bind -echo 0000:00:07.0 > /sys/bus/pci/drivers/vfio-pci/bind $vnf_bin poweroff -f |