diff --git a/grub/grub.cfg b/grub/grub.cfg index 2ed5b10ea5a9d3032a713e22d2a82ab13574f593..aa5488557e5ddda61e3d5f80ac13b35bf5a285f2 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"