From 920d4acdf5b848ea2652913a27301e54ba215a3a Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Thu, 8 Aug 2019 20:24:23 -0400 Subject: [PATCH] Correct spelling mistake in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e551f60..0733f6b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This repository contains the generator and configurations for the PVC Live Insta ## Using -Run `./buildiso.sh`. This will pull down the Debian LiveCD image, extract it, deboostrap a fresh install environment, copy in the configurations, generate a squashfs, then finally generate an ISO for use via CD-ROM, Virtual Media, or USB/SDCard flash. +Run `./buildiso.sh`. This will pull down the Debian LiveCD image, extract it, debootstrap a fresh install environment, copy in the configurations, generate a squashfs, then finally generate an ISO for use via CD-ROM, Virtual Media, or USB/SDCard flash. Note that artifacts of the build (the LiveCD ISO, debootstrap directory, and squashfs) are cached in `artifacts/` for future reuse.