Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
Provide more setup info.
  • Loading branch information
lzs committed Jan 19, 2021
1 parent 2422223 commit 7ffd86f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# ioi2020-image

## Install/Setup

Create a VM: 2 VCPU, 4 GB RAM, 25 GB disk.

Install Ubuntu 20.04 server. Defaults work fine. Create a user account called ansible.

When Ubuntu install completes, clone or copy this repo into a local directory. E.g.:

```
git clone https://github.com/lzs/ioi2020-image.git
cd ioi2020-image
./setup.sh
cd ..
rm -rf ioi2020-image
```


## VM Image Finalisation

Boot into install or rescure CDROM. Get to a shell and zero-out the empty space in the ext4 FS.
Expand Down

0 comments on commit 7ffd86f

Please sign in to comment.