Skip to content

Commit

Permalink
Merge pull request #3 from dmlond/master
Browse files Browse the repository at this point in the history
Updated worksheet
  • Loading branch information
sdcardoso committed May 12, 2015
2 parents 47edd27 + 48c3fe5 commit ac1ccd6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
*bwa*
.Rhistory
.vagrant
packer_cache/
*sai*
Expand Down
Binary file added docs/2015-05-11/mindmap_day1.xmind
Binary file not shown.
11 changes: 11 additions & 0 deletions docs/2015-05-12/Worksheet.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Launching a tiny Linux by hand on Virtualbox
============================================

- Download the [SliTaz](http://www.slitaz.org/en/get/) ISO and launch it as a LiveCD in VirtualBox (no virtual drive needed)
- In Virtualbox, look at the different ways to end the SliTaz process. What are the differences between "pause", "save state" and "power off"? In what state are you able to change the system settings of the VM?
Expand All @@ -10,6 +11,16 @@ Launching a tiny Linux by hand on Virtualbox
- Is git installed?

Launching a tiny Linux with Vagrant
===================================

- Install [vagrant](http://vagrantup.com).
- Have a look at the available [vagrant boxes](https://atlas.hashicorp.com/boxes/search)
- Search for a `tiny` box for the provider `virtualbox`
- Click on the search result. There should be an instruction for how to initialize the box in a `fixed width font`
- Create a new folder in the terminal and navigate into it. Then run the initialization command.
- There should now be a file called `Vagrantfile`. Open it in a text editor.
- Assign more RAM (2048) to the VM by editing the Vagrantfile.
- Turn on the GUI
- This box does not use `bash`, it uses `sh`. Specify this in the Vagrantfile using `config.ssh.shell="sh"`
- When you're done configuring the Vagrantfile, save it, then launch the VM with `vagrant up`
- 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 comments on commit ac1ccd6

Please sign in to comment.