Update 2021
* QEMU "-redir" option no longer works, fix:
Code:
qemu-system-arm -M versatilepb -kernel vmlinuz-3.2.0-4-versatile -initrd initrd.img-3.2.0-4-versatile -hda debian_wheezy_armel_standard.qcow2 -append "root=/dev/sda1" -nic user,hostfwd=tcp::2222-:22
* Apt doesn't point to the right sources, so edit "/etc/apt/sources.list":
Code:
# deb http://ftp.debian.org/debian wheezy main
#deb http://ftp.debian.org/debian wheezy main
#deb-src http://ftp.debian.org/debian wheezy main
deb http://archive.debian.org/debian-archive/debian wheezy main
deb-src http://archive.debian.org/debian-archive/debian wheezy main
#deb http://security.debian.org/ wheezy/updates main
#deb-src http://security.debian.org/ wheezy/updates main
deb http://archive.debian.org/debian-archive/debian-security wheezy/updates main
deb-src http://archive.debian.org/debian-archive/debian-security wheezy/updates main
# wheezy-updates, previously known as 'volatile'
#deb http://ftp.debian.org/debian wheezy-updates main
#deb-src http://ftp.debian.org/debian wheezy-updates main
and then run "apt-get update". Many public keys have expired but that's fine.