Add mention of buildiso.sh help

This commit is contained in:
Joshua Boniface 2019-07-07 11:19:45 -04:00
parent c3e86be6a3
commit 2297d0b69e
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ This guide will walk you through setting up a simple 3-node PVC cluster from scr
* `group_vars/<cluster_name>`: The `group_vars` for the various clusters. * `group_vars/<cluster_name>`: The `group_vars` for the various clusters.
* `files/<cluster_name>`: Static files, created during the bootstrap Ansible run, for the various clusters. * `files/<cluster_name>`: 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_<date>.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 ### Part Two - Preparing and installing the physical hosts