Skip to content
Snippets Groups Projects
Commit 8cbdd0c2 authored by Gustav Geier's avatar Gustav Geier
Browse files

Removed extra $ in grub.cfg

parent bd84c350
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ set gfxpayload=keep
# Start a Debian style Casper Kernel
function LoadCasper {
echo "Loading kernel${bits} (takes up to 2 minutes)"
linux /casper/vmlinuz$-${arch} boot=casper file=/cdrom/preseed/kubuntu.seed ${cmdline} unionstack=lip-common.squashfs:lip-${arch}.squashfs nosplash verbose --
linux /casper/vmlinuz-${arch} boot=casper file=/cdrom/preseed/kubuntu.seed ${cmdline} unionstack=lip-common.squashfs:lip-${arch}.squashfs nosplash verbose --
echo "Loading initrd-${arch} (takes up to 5 minutes)"
initrd /casper/initrd-${arch}.lz
echo "Starting kernel"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment