Merge branch 'master' of github.com:rapid7/metasploitable3

This commit is contained in:
wchen-r7 2016-12-16 09:45:25 -06:00
commit a37af8a287
3 changed files with 16 additions and 3 deletions

13
.github/ISSUE_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,13 @@
## Issue Description
Please give a thorough description of the issue you're seeing.
Also, please be sure to include any troubleshooting steps that you've already attempted.
## Host System
* OS:
* Packer Version:
* Vagrant Version:
* VirtualBox Version:
## Command Output
Copy the relevant command output here.
If it's long, either post to a gist and add the link here, or isolate the error lines.

View File

@ -9,14 +9,14 @@ System Requirements:
* OS capable of running all of the required applications listed below
* VT-x/AMD-V Supported Processor recommended
* 65 GB Available space on drive
* 2.5 GB RAM
* 4.5 GB RAM
Requirements:
* [Packer](https://www.packer.io/intro/getting-started/setup.html)
* [Vagrant](https://www.vagrantup.com/docs/installation/)
* [Vagrant Reload Plugin](https://github.com/aidanns/vagrant-reload#installation)
* [VirtualBox 5.1.6](https://www.virtualbox.org/wiki/Downloads)
* [VirtualBox](https://www.virtualbox.org/wiki/Downloads)
* Internet connection
NOTE: A bug was recently discovered in VirtualBox 5.1.8 that is breaking provisioning. More information [here](https://github.com/rapid7/metasploitable3/issues/41).

View File

@ -37,7 +37,7 @@
"modifyvm",
"{{.Name}}",
"--memory",
"2048"
"4096"
],
[
"modifyvm",