View difference between Paste ID: S1T6hYvv and v5dvtn6Q
SHOW: | | - or go back to the newest paste.
1
#!/bin/sh -e
2
echo "Integra"
3
cat << EOF
4
menuentry "Integra" {
5
insmod ext2
6
set root=(hda0,0)
7
linux /boot/vmlinuz-3.2.0-31-generic
8
initrd /boot/initrd.img-3.2.0-31-generic
9
}
10
EOF