[Groonga-commit] groonga/groonga at 2128dfc [master] vagrant: disable VT-X/AMD-V

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Oct 4 18:28:26 JST 2014


Kouhei Sutou	2014-10-04 18:28:26 +0900 (Sat, 04 Oct 2014)

  New Revision: 2128dfc2112a3a5672b9a8cfa22ce2ebb1941f0f
  https://github.com/groonga/groonga/commit/2128dfc2112a3a5672b9a8cfa22ce2ebb1941f0f

  Message:
    vagrant: disable VT-X/AMD-V
    
    Because they can't be used on VM.

  Modified files:
    packages/apt/Vagrantfile
    packages/yum/Vagrantfile

  Modified: packages/apt/Vagrantfile (+1 -0)
===================================================================
--- packages/apt/Vagrantfile    2014-10-04 17:23:53 +0900 (429768e)
+++ packages/apt/Vagrantfile    2014-10-04 18:28:26 +0900 (edec452)
@@ -24,6 +24,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
       node.vm.provision(:shell, :path => "build-deb.sh")
       node.vm.provider("virtualbox") do |virtual_box|
         virtual_box.memory = 768
+        virtual_box.customize ["modifyvm", :id, "--hwvirtex", "off"]
       end
     end
   end

  Modified: packages/yum/Vagrantfile (+1 -0)
===================================================================
--- packages/yum/Vagrantfile    2014-10-04 17:23:53 +0900 (20627ed)
+++ packages/yum/Vagrantfile    2014-10-04 18:28:26 +0900 (e596979)
@@ -35,6 +35,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
       node.vm.provision(:shell, :path => "build-rpm.sh")
       node.vm.provider("virtualbox") do |virtual_box|
         virtual_box.memory = 768
+        virtual_box.customize ["modifyvm", :id, "--hwvirtex", "off"]
       end
     end
   end
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index