Go to file
Joshua Boniface 3652ba2f18 Add support for alternate Debian mirrors and rels 2021-09-08 10:48:26 -04:00
.gitignore Ignore log files too 2019-06-15 14:30:26 -04:00
LICENSE Initial commit of autobuild/autodeploy PVC ISO system 2019-06-13 16:18:53 -04:00
README.md Update file copyright header 2021-03-25 16:59:28 -04:00
buildiso.sh Add help for username 2021-04-13 16:51:08 -04:00
grub.cfg Flip echoes to top 2019-06-15 22:01:26 -04:00
install.sh Add support for alternate Debian mirrors and rels 2021-09-08 10:48:26 -04:00
isolinux.cfg Readd components 2020-08-17 11:39:01 -04:00
splash.png Update splash image again 2021-06-30 10:23:08 -04:00
splash.xcf Update splash image again 2021-06-30 10:23:08 -04:00
theme.txt Theme the EFI Grub menu 2019-06-15 17:24:14 -04:00

README.md

PVC Live Node Installer

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 configuration framework. Part of the Parallel Virtual Cluster system.

Using

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.

Booting

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 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-2021 Joshua M. Boniface joshua@boniface.me

This repository, and all contained files, is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 3.

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