From 9fcdb89261730a9fcccff6c5b3ab4412ec359234 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 25 Aug 2014 15:24:00 +0300 Subject: [PATCH] README.md: Spelling Signed-off-by: Alan Orth --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1aff19c..172a044 100644 --- a/README.md +++ b/README.md @@ -27,4 +27,4 @@ A simple way to test locally in a virtual machine using libvirt + KVM: sudo virt-install -n web01 -r 1024 --vcpus 2 -l http://ubuntu.mirror.ac.ke/ubuntu/dists/trusty/main/installer-amd64/ --os-type=linux --os-variant=ubuntusaucy --disk /home/aorth/software/vms/web01.qcow2,device=disk,bus=virtio,format=qcow2,size=40 --vnc --cpuset=1,2 -x "auto=true priority=critical url=http://blah.com/~aorth/preseed/public/ubuntu-14.04.cfg" ``` -This boots from a network Ubuntu mirror, then uses a preseed to automate the OS installtion. +This boots from a network Ubuntu mirror, then uses a preseed to automate the OS installation.