Skip to content

Typo: base->lucid32 #36

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 7, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Typo: base->lucid32
the box name 'base' is different from 'lucid32' in Vagrantfile, which causes download box twice, one time for 'vagrant add box' another time for 'vagrant up'
  • Loading branch information
neilss committed Dec 7, 2013
commit 226cd9c90d2124b7fe5724d6d279e90ebe276328
2 changes: 1 addition & 1 deletion Chapter-2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Vagrant needs Virtualbox to work, Download and install for your system at https:
Once Vagrant and Virtualbox are installed, you need to download the ubuntu lucid32 image for Vagrant:

```
vagrant box add base http://files.vagrantup.com/lucid32.box
vagrant box add lucid32 http://files.vagrantup.com/lucid32.box
```

Once the lucid32 image is ready, we need to define our development environment using a *Vagrantfile*, [create a file named *Vagrantfile*](https://github.com/SamyPesse/How-to-Make-a-Computer-Operating-System/blob/master/src/Vagrantfile). This file defines what prerequisites our environment needs: nasm, make, build-essential, grub and qemu.
Expand Down