The scripts in this repository can be used to build a new virtual machine of the ArchiveTeam Warrior 2.
You may be interested in using https://github.com/ArchiveTeam/Ubuntu-Warrior instead.
build-vm.sh
is a script that builds a new VirtualBox virtual machine.warrior-preseed.cfg
is a Debian 6.0 (Squeeze) preseed configuration file.pack-vm.sh
turns the virtual machine into a virtual appliance (.ova).Install VirtualBox and download the Debian netinst ISO.
./build-vm.sh
Start the VM.
It will start the Debian installer.
To start the automated installation, press Esc
and type
auto url=https://raw.github.com/ArchiveTeam/warrior-preseed/master/warrior-preseed.cfg hostname=warriorvm domain=archiveteam
Please replace this GitHub URL with a local HTTP URL. The Debian installer does not like HTTPS.
/home/warrior/warrior-code2/cleanup.sh
and wait for the script to finish.
The zero-filling will end with a warning about disk space.
Stop the VM with shutdown -h now
./pack-vm.sh