#!/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 squeeze 2.6.32-5-amd64" {
	set root='(hd4,6)'
	linux	/boot/vmlinuz-2.6.32-5-amd64 root=UUID=4518890b-679c-48d0-b1ae-f57552059dde ro quiet vga=794
	initrd	/boot/initrd.img-2.6.32-5-amd64
}
