--- a/grub/grub.cfg Sat Dec 17 16:21:31 2011 +0100
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-serial --speed=38400
-terminal_input serial
-terminal_output serial
-
-
-menuentry 'Linux' --class debian --class gnu-linux --class gnu --class os {
- insmod part_msdos
- insmod ext2
- set root='(hd0,msdos1)'
- search --no-floppy --fs-uuid --set c8c7074b-61bc-48b8-837e-aeb9a996477e
- echo 'Loading Linux...'
- linux /boot/linux26 console=ttyS0,38400n8 root=UUID=c8c7074b-61bc-48b8-837e-aeb9a996477e
- echo 'Loading Initrd...'
- initrd /boot/initrd.gz
-}