Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
[email protected] webmail now available. Want one? Go here.
Cannot use outlook/hotmail/live here to register as they blocking our mail servers. #microsoftdeez
Obey the Epel!

Paste

Pasted as Bash by grub ( 14 years ago )
#!/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
        }

 

Revise this Paste

Your Name: Code Language: