#!/bin/sh

exec tail -n +5 $0

menuentry "fedora" {
    insmod ext3
    set root=(hd0,1)
    search --no-floppy --fs-uuid --set 6ef5ffe6-eb6f-4169-899a-e7a2e373e99e
    linux /boot/vmlinuz-2.6.30-1-686 root=UUID=6ef5ffe6-eb6f-4169-899a-e7a2e373e99e ro quiet vga=792
    initrd /boot/initrd.img-2.6.30-1-686
        }

Add a code snippet to your website: www.paste.org