From 7ffd86fc45fc6314e84bc1a1bc06bf9ac7d578f1 Mon Sep 17 00:00:00 2001 From: Lai Zit Seng Date: Tue, 19 Jan 2021 09:37:31 +0800 Subject: [PATCH] Update README Provide more setup info. --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index c39e47b..08d907d 100644 --- a/README.md +++ b/README.md @@ -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.