[ create a new paste ] login | about

Link: http://codepad.org/AUW7q4iT    [ raw code | output | fork ]

C, pasted on Aug 6:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Wulframn typed this up because he thinks he knows what he is doing. If it
# fails...what's the old Linux saying? "If it breaks you keep all the pieces!"
# Yeah, that one. =)

default 0
timeout 30
#insert sexy splash image below
#splashimage=(hd0,0)/boot/grub/splash.xpm.gz

title Ubuntu Test Run
root (hd0,0)
kernel	/boot/vmlinuz-3.8.0-19-generic root=/dev/sda3
# initramfs goes here, but you don't have one, so it's commented out
#initrd /boot/initramfs*


Output:
1
2
3
4
5
6
7
8
9
Line 2: error: invalid preprocessing directive #Wulframn
Line 2: error: invalid preprocessing directive #fails
Line 2: error: invalid preprocessing directive #Yeah
Line 5: error: expected identifier or '(' before 'default'
Line 1: error: invalid preprocessing directive #insert
Line 1: error: invalid preprocessing directive #splashimage
Line 21: error: too many decimal points in number
Line 2: error: invalid preprocessing directive #initramfs
Line 1: error: invalid preprocessing directive #initrd


Create a new paste based on this one


Comments: