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

Fixed kernel and initrd filenames in grub.cfg

parent 47a6af3a
No related branches found
No related tags found
No related merge requests found
......@@ -54,9 +54,9 @@ 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/kubuntu.seed ${cmdline} unionstack=lip-common.squashfs:lip-${arch}.squashfs nosplash verbose --
echo "Loading initrd${bits} (takes up to 5 minutes)"
initrd /casper/initrd${bits}.lz
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