debian installation workflow (took 30 mins to figure out)
using http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/i386/iso-cd/debian-testing-i386-netinst.iso

ret # install

sleep 4/wait_idle
ret # lang
ret # country
ret # keymap

sleep 20 ; wait_idle # DHCP...
ret # hostname
zq1.de\n # domainname

nots3cr3t\n # root PW
nots3cr3t\n
Bernhard M. Wiedemann # real name
ret # account name
nots3cr3t\n # user PW
nots3cr3t\n

ret # timezone

wait_idle # loading module
ret # partitioning = guided whole disk
ret # select first disk
ret # all files in one part
ret # finish
tab ret # confirm partitioning

long wait # base install ~300s
g\n # Configure the package manager (country=Germany)
ret # use first mirror
#ret # no proxy
http://192.168.234.34:3128/\n # proxy # colons problematic with qemu<0.13

wait popcon
ret # no popcon
sleep 5; wait_idle

ret # package selection = system+desktop

long wait # more download + install + config (~2000)

ret # grub in MBR

wait_idle
ret # confirm reboot after install done

wait # rebooting

# boots into login screen
ret # select user
nots3cr3t\n # PW


