From 7dcabc198b08bf452306b60979cc9596a488e977 Mon Sep 17 00:00:00 2001
From: Gustav Geier <gustav.geier@fsmpi.rwth-aachen.de>
Date: Fri, 14 Mar 2014 16:40:22 +0100
Subject: [PATCH] Fixed typo

---
 grub/grub.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/grub/grub.cfg b/grub/grub.cfg
index 2ed5b10..aa54885 100644
--- a/grub/grub.cfg
+++ b/grub/grub.cfg
@@ -52,7 +52,7 @@ set gfxpayload=keep
 # Start a Debian style Casper Kernel
 function LoadCasper {
 	echo	"Loading kernel${bits} (takes up to 2 minutes)"
-	linux	/casper/vmlinuz${bits} boot=casper file=/cdrom/preseed/kbuntu.seed ${localeinfo} unionstack=lipcommon.squashfs:lip${bits}.squashfs nosplash verbose --
+	linux	/casper/vmlinuz${bits} boot=casper file=/cdrom/preseed/kubuntu.seed ${localeinfo} unionstack=lipcommon.squashfs:lip${bits}.squashfs nosplash verbose --
 	echo 	"Loading initrd${bits} (takes up to 5 minutes)"
 	initrd	/casper/initrd${bits}.lz
 	echo 	"Starting kernel"
-- 
GitLab