Get the bootloader to a 32U4 using a Leonardo

Hi,

the reset is connected, its just not clearly visible in the schematic.

I've connected it this way:

Leonardo Pins 32U4 ISP Header
10 RESET
5V 5V
GND GND
SCK SCK
MISO MISO
MOSI MOSI

Is that correct?

Furthermore I've uploaded the "Examples -> ArduinoISP" sketch to the LEO and extended the "C:\Program Files (x86)\Arduino\hardware\arduino\avr\programmers.txt" with these lines:

arduinoispleo.name=Arduino as ISP (Leonardo)
arduinoispleo.communication=serial
arduinoispleo.protocol=arduino
arduinoispleo.speed=19200

Then I've selected "Tools->Programmer->Arduino as ISP (Leonardo)" and hit "Burn Bootloader"
It takes a while and then shows timeout errors from avrdude i think.

Any Ideas what I'm doing wrong?