mirror of
https://github.com/cmderdev/cmder.git
synced 2025-01-26 16:19:08 +08:00
Merge remote-tracking branch 'origin/vagrant+packer' into vagrant+packer
This commit is contained in:
commit
eae0a22782
6
Vagrantfile
vendored
6
Vagrantfile
vendored
@ -21,7 +21,7 @@ Vagrant.configure("2") do |config|
|
|||||||
v.customize ["modifyvm", :id, "--name", "cmderdev-10"]
|
v.customize ["modifyvm", :id, "--name", "cmderdev-10"]
|
||||||
v.customize ["modifyvm", :id, "--ostype", "Windows10_64"]
|
v.customize ["modifyvm", :id, "--ostype", "Windows10_64"]
|
||||||
v.customize ["modifyvm", :id, "--graphicscontroller", "vboxsvga"]
|
v.customize ["modifyvm", :id, "--graphicscontroller", "vboxsvga"]
|
||||||
v.customize ["modifyvm", :id, "--memory", 8192]
|
v.customize ["modifyvm", :id, "--memory", 2048]
|
||||||
v.customize ["modifyvm", :id, "--clipboard", "bidirectional"]
|
v.customize ["modifyvm", :id, "--clipboard", "bidirectional"]
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
@ -36,7 +36,7 @@ Vagrant.configure("2") do |config|
|
|||||||
v.customize ["modifyvm", :id, "--name", "cmderdev-10s"]
|
v.customize ["modifyvm", :id, "--name", "cmderdev-10s"]
|
||||||
v.customize ["modifyvm", :id, "--ostype", "Windows10_64"]
|
v.customize ["modifyvm", :id, "--ostype", "Windows10_64"]
|
||||||
v.customize ["modifyvm", :id, "--graphicscontroller", "vboxsvga"]
|
v.customize ["modifyvm", :id, "--graphicscontroller", "vboxsvga"]
|
||||||
v.customize ["modifyvm", :id, "--memory", 8192]
|
v.customize ["modifyvm", :id, "--memory", 2048]
|
||||||
v.customize ["modifyvm", :id, "--clipboard", "bidirectional"]
|
v.customize ["modifyvm", :id, "--clipboard", "bidirectional"]
|
||||||
v.customize ["setextradata", :id, "GUI/ScaleFactor", "1.75"]
|
v.customize ["setextradata", :id, "GUI/ScaleFactor", "1.75"]
|
||||||
end
|
end
|
||||||
@ -51,7 +51,7 @@ Vagrant.configure("2") do |config|
|
|||||||
v.customize ["modifyvm", :id, "--name", "cmderdev-11"]
|
v.customize ["modifyvm", :id, "--name", "cmderdev-11"]
|
||||||
v.customize ["modifyvm", :id, "--ostype", "Windows11_64"]
|
v.customize ["modifyvm", :id, "--ostype", "Windows11_64"]
|
||||||
v.customize ["modifyvm", :id, "--graphicscontroller", "vboxvga"]
|
v.customize ["modifyvm", :id, "--graphicscontroller", "vboxvga"]
|
||||||
v.customize ["modifyvm", :id, "--memory", 8192]
|
v.customize ["modifyvm", :id, "--memory", 4096]
|
||||||
v.customize ["modifyvm", :id, "--clipboard", "bidirectional"]
|
v.customize ["modifyvm", :id, "--clipboard", "bidirectional"]
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
@ -216,7 +216,7 @@
|
|||||||
"cpus": "2",
|
"cpus": "2",
|
||||||
"disk_size": "262144",
|
"disk_size": "262144",
|
||||||
"disk_type_id": "1",
|
"disk_type_id": "1",
|
||||||
"memory": "4096",
|
"memory": "2048",
|
||||||
"headless": "false",
|
"headless": "false",
|
||||||
"iso_url": "./scripts/packer/iso/Windows_10.iso",
|
"iso_url": "./scripts/packer/iso/Windows_10.iso",
|
||||||
"iso_checksum": "none",
|
"iso_checksum": "none",
|
||||||
|
Loading…
Reference in New Issue
Block a user