-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Debian Lenny ARMEL images for QEMU ================================== This directory contains Debian Lenny ARMEL images for QEMU and the corresponding kernel and initrd: 71f6c597c7831d3fb17d98172b2a5a79 debian_lenny_armel.qcow2 0c32e2994dd9c76e762c85180d3b49ef debian_lenny_armel_small.qcow2 828ec4908bd60bf10e2abab4c7ea7d0c initrd.img-2.6.26-1-versatile 66c1cce42624680aa5e204b8b6112f71 vmlinuz-2.6.26-1-versatile Both images are 10GiB images in QCOW2 format on which a Debian Lenny system has been installed. The small image corresponds to a "Standard system" installation, while the other image corresponds to a "Standard system" + "Desktop environment" installation. Other options are as follow: - Keyboard: British English - Language: English - Mirror: ftp.uk.debian.org - Hostname: debian-armel - Root password: root - User account: user - User password: user To use these images, you need to install QEMU 0.10.0 (or later). Start QEMU with the following arguments: qemu-system-arm -M versatilepb -kernel vmlinuz-2.6.26-1-versatile -initrd initrd.img-2.6.26-1-versatile -hda debian_lenny_armel.qcow2 -append "root=/dev/sda1" qemu-system-arm -M versatilepb -kernel vmlinuz-2.6.26-1-versatile -initrd initrd.img-2.6.26-1-versatile -hda debian_lenny_armel_small.qcow2 -append "root=/dev/sda1" If you don't want to start QEMU in graphic mode, you can use the -nographic option. The image is configured to display a login prompt on the first serial port (ttyAMA0). If you want to switch the boot messages to the serial port, you need to add "console=ttyAMA0" after "root=/dev/sda1". 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. It is however limited to 256MiB. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iD8DBQFLAXdEw3ao2vG823MRAjjlAJ4gh58LwWAwZ/ZTbUPE4CppGR9bbwCfTrzJ VZRhmxV1e9dNQkb21ruJWr0= =sJmy -----END PGP SIGNATURE-----