Index of /~aurel32/qemu/i386

Icon  Name                          Last modified      Size  Description
[DIR] Parent Directory - [TXT] README.txt 16-Nov-2009 15:57 1.4K [   ] debian_etch_i386.qcow2 10-Nov-2009 08:02 696M [   ] debian_etch_i386_small.qcow2 10-Nov-2009 08:05 155M [   ] debian_lenny_i386.qcow2 10-Nov-2009 08:07 933M [   ] debian_lenny_i386_small.qcow2 10-Nov-2009 08:06 166M
Debian Etch and Lenny i386 images for QEMU or KVM
=================================================

This directory contains Debian Etch and Lenny i386 images for QEMU or KVM:
  1af3dd9c9ea57ad7b5fa06e43bfbed26  debian_etch_i386.qcow2
  e147683e14f9ebd92a26fea4f859c59d  debian_etch_i386_small.qcow2
  4f8cd9d4105ce54037862b9831cb2c29  debian_lenny_i386.qcow2
  372206fabcc76d7fc3a515eb6f31bef4  debian_lenny_i386_small.qcow2

All images are 10GiB images in QCOW2 format on which a Debian Etch or Lenny
system has been installed. The small images correspond to a "Standard system"
installation, while the other images correspond to a "Standard system" + 
"Desktop environment" installation. Other options are as follow:
 - Keyboard:       British English 
 - Language:       English
 - Mirror:         ftp.de.debian.org
 - Hostname:       debian-i386
 - Root password:  root
 - User account:   user
 - User password:  user

To use these images, you need to install QEMU 0.10.0 (or later) or a recent KVM
version. Start QEMU or KVM with the image as argument: 
  qemu -hda debian_etch_i386.qcow2
  qemu -hda debian_etch_i386_small.qcow2
  qemu -hda debian_lenny_i386.qcow2
  qemu -hda debian_lenny_i386_small.qcow2

If you don't want to start QEMU in graphic mode, you can use the -curses 
option.

By default QEMU emulates a machine with 128MiB of RAM. You can use the -m 
option to increase or decrease the size of the RAM.