Scripts for building a host and virtual machines for automatically updating and modifying LiveCD isos to be use in a PXE boot environment
https://github.com/OSgenie/ISO-PXE-server
- Currently configured with a 192.168.11.0 subnet
- All variables VM host are in build.config
- All variables for the updater VMs are in updater.config
- Hardware Requirements
1. RAM - 6144MB min, developed on a system with 8192MB
2. 64bit CPU with virtualization capability - 2 core min.
3. Two hard drives- 4GB+ for root
- 1TB+ for /var (hardware RAID 10 preferred)
- Install Ubuntu 12.10 Server 64bit
- Install Git and Run Build Scripts
- sudo apt-get install git-core
- git clone https://github.com/OSgenie/ISO-update-server.git
- cd ISO-update-server
- sudo ./build-updater-vm-server.sh