#!/bin/sh
exec tail -n +3 $0
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.

menuentry "Debian wheezy 3.2.0-4-amd64" {
	set root='(hd4,1)'
	linux	/boot/vmlinuz-3.2.0-4-amd64 root=UUID=7f625a66-9fc3-4047-8793-5c7e830cec4e ro  quiet vga=794
	echo	'Initiale Ramdisk wird geladen …'
	initrd	/boot/initrd.img-3.2.0-4-amd64
}

