From 2297d0b69e56f6706a6a1d56a394ab49aa7261cc Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sun, 7 Jul 2019 11:19:45 -0400 Subject: [PATCH] Add mention of buildiso.sh help --- docs/installing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installing.md b/docs/installing.md index 9cac95c8..3ea6fa90 100644 --- a/docs/installing.md +++ b/docs/installing.md @@ -21,7 +21,7 @@ This guide will walk you through setting up a simple 3-node PVC cluster from scr * `group_vars/`: The `group_vars` for the various clusters. * `files/`: Static files, created during the bootstrap Ansible run, for the various clusters. -0. In `pvc-installer`, run the `buildiso.sh` script to generate an installer ISO. This script requires `debootstrap`, `isolinux`, and `xorriso` to function. The resulting file will, by default, be named `pvc-installer.iso` in the current directory. +0. In `pvc-installer`, run the `buildiso.sh` script to generate an installer ISO. This script requires `debootstrap`, `isolinux`, and `xorriso` to function. The resulting file will, by default, be named `pvc-installer_.iso` in the current directory. For additional options, use the `-h` flag to show help information for the script. ### Part Two - Preparing and installing the physical hosts