We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c998648 commit 48c3fe5Copy full SHA for 48c3fe5
docs/2015-05-12/Worksheet.md
@@ -20,5 +20,7 @@ Launching a tiny Linux with Vagrant
20
- Create a new folder in the terminal and navigate into it. Then run the initialization command.
21
- There should now be a file called `Vagrantfile`. Open it in a text editor.
22
- Assign more RAM (2048) to the VM by editing the Vagrantfile.
23
+- Turn on the GUI
24
- This box does not use `bash`, it uses `sh`. Specify this in the Vagrantfile using `config.ssh.shell="sh"`
25
- When you're done configuring the Vagrantfile, save it, then launch the VM with `vagrant up`
26
+- There might be some error messages where it tries to "mount" folders. If you wait long enough it'll give up - it's not a problem.
0 commit comments