Skip to content
Snippets Groups Projects
Commit 6edb0000 authored by Daniel Schulte's avatar Daniel Schulte
Browse files

Updated grub.cfg to use ${arch} in info messages

parent 17c54083
Branches
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ set gfxpayload=keep
# Start a Debian style Casper Kernel
function LoadCasper {
echo "Loading kernel${bits} (takes up to 2 minutes)"
echo "Loading kernel-${arch} (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 --
echo "Loading initrd-${arch} (takes up to 5 minutes)"
initrd /casper/initrd-${arch}.lz
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment