pvc-installer/README.md

44 lines
2.4 KiB
Markdown
Raw Permalink Normal View History

# PVC Live Node Installer
2023-09-01 15:41:54 -04:00
**NOTICE FOR GITHUB**: This repository is a read-only mirror of the PVC repositories from my personal GitLab instance. Pull requests submitted here will not be merged. Issues submitted here will however be treated as authoritative.
This repository contains the generator and configurations for the PVC Live Node Installer ISO. This ISO provides a quick and convenient way to install a PVC base system to a physical server, ready to then be provisioned using the [PVC Ansible](https://github.com/parallelvirtualcluster/pvc-ansible) configuration framework. Part of the [Parallel Virtual Cluster system](https://github.com/parallelvirtualcluster/pvc).
2023-09-01 15:41:54 -04:00
## Using the PVC Installer
2023-09-01 15:41:54 -04:00
### Preparing
1. Run `./buildiso.sh` from the root of the repository. 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 file.
2023-09-01 15:41:54 -04:00
Note that artifacts of the build (the LiveCD ISO, debootstrap directory, and squashfs) are cached in `artifacts/` for future reuse.
2. Load the ISO via virtual media or write it to a USB drive.
3. Boot the server from the ISO, ideally in UEFI mode.
### Booting
2023-09-01 15:41:54 -04:00
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.
2023-09-01 15:41:54 -04:00
### Installing
2023-09-01 15:41:54 -04:00
The installer script will ask several questions to configure the bare minimum system needed for [`pvc-ansible`](https://github.com/parallelvirtualcluster/pvc-ansible) to configure the node.
2023-09-01 15:41:54 -04:00
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.
2023-09-01 15:41:54 -04:00
## License
2023-09-01 15:41:55 -04:00
Copyright (C) 2018-2021 Joshua M. Boniface <joshua@boniface.me>
2023-09-01 15:41:54 -04:00
This repository, and all contained files, is free software: you can
redistribute it and/or modify it under the terms of the GNU General
2023-09-01 15:41:55 -04:00
Public License as published by the Free Software Foundation, version 3.
2023-09-01 15:41:54 -04:00
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.