From b5ce6cbe93eb7fbadf1267cd5b3788b7cd03d25a Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 1 Sep 2023 15:41:54 -0400 Subject: [PATCH] Add installing section to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d47a59d..e551f60 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,12 @@ Note that artifacts of the build (the LiveCD ISO, debootstrap directory, and squ The built ISO can be booted in either BIOS (traditional ISOLinux) or UEFI (Grub2) modes. It is strongly recommended to use the latter if the system supports it for maximum flexibility. +## Installing + +The installer script will ask several questions to configure the bare minimum system needed for [`pvc-ansible`](https://git.bonifacelabs.ca/parallelvirtualcluster/pvc-ansible) to configure the node. + +Follow the prompts carefully; if you make a mistake, you can ^C to cancel the installer, then re-run via `/install.sh` from the resulting root shell. + ## License Copyright (C) 2018-2019 Joshua M. Boniface