Correct spelling mistake in README

This commit is contained in:
Joshua Boniface 2019-08-08 20:24:23 -04:00 committed by Joshua Boniface
parent 69dd864eca
commit 920d4acdf5
1 changed files with 1 additions and 1 deletions

View File

@ -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.