Skip to content

Commit 48c3fe5

Browse files
committed
Update Worksheet.md
1 parent c998648 commit 48c3fe5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/2015-05-12/Worksheet.md

+2
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,7 @@ Launching a tiny Linux with Vagrant
2020
- Create a new folder in the terminal and navigate into it. Then run the initialization command.
2121
- There should now be a file called `Vagrantfile`. Open it in a text editor.
2222
- Assign more RAM (2048) to the VM by editing the Vagrantfile.
23+
- Turn on the GUI
2324
- This box does not use `bash`, it uses `sh`. Specify this in the Vagrantfile using `config.ssh.shell="sh"`
2425
- 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

Comments
 (0)