While it is fun having these Debian installations available, they are way out of date and full of software with known security vulnerabilities. Under no circumstances should these images be considered for production use. IT IS HIGHLY RECOMMENDED THAT THESE INSTALLATIONS NOT CONNECT DIRECTLY TO THE INTERNET. Putting one on the internet would likely result in it being compromised within minutes. You have been warned.
The software contained within the virtual machines is covered by it's own copyright (see the copyright files within the virtual machine), whereas the content of this site and all virtual machines is:
Copyright 2008-2009, Jamie Strandboge <jamie@ubuntu.com>All images should run under qemu, and newer versions may run under kvm or kqemu. Eg:
$ qemu -M pc -m 128 -hda <release>.imgTo see what configuration was used, look in the libvirt XML definition file found in the directory of the image download directory.
Each image directory also comes with a libvirt XML definition. If you use libvirt, adjust the path to the image file in <disk>disk<disk> in the XML definition, then perform:
$ virsh define <xml file>Keep in mind that all XML definitions use QEMU, so adjust as necessary to use with KVM or KQEMU. Also, definitions likely do not have the CDROM connected to a particular ISO. To connect so a specific ISO, adjust the XML to have something like:
<disk type='file' device='cdrom'>Networking is setup with static IP addresses and uses the standard libvirt 192.168.122.0/24 network:
Apt is available in Debian Slink and later. /etc/apt/sources.list can use:
deb http://archive.debian.org/debian <release> main contrib non-freeTerse installation notes for each image are found in the INSTALL.<release> file in the image directory. This should include things such as the size of the hard drive, amount of swap space, RAM used during install, number of CPUs, keyboard, partitions, network driver and setup, hostname, domain name (usually debian.cxx), networking, how to mount the cdrom and anything else needed for installation.