Skip to content
Snippets Groups Projects
Commit d9ae9e43 authored by Christopher's avatar Christopher
Browse files

grub.cfg: Fix references to gparted images since they have been renamed

parent 538b33b2
Branches
No related tags found
No related merge requests found
......@@ -109,7 +109,7 @@ menuentry "Tool: 32bit GParted Live CD (laeuft im RAM -> mindestens 224MB)" {
# Hint: remove "toram=..." to make it work with 128mb ram
loopback loop ($root)/gparted-live-i686.iso
echo "Loading 32 bit GParted kernel (takes up to 2 minutes)"
linux (loop)/live/vmlinuz boot=live config noswap noprompt nosplash findiso=/gparted-live-i486.iso toram=filesystem.squashfs
linux (loop)/live/vmlinuz boot=live config noswap noprompt nosplash findiso=/gparted-live-i686.iso toram=filesystem.squashfs
echo "Loading initrd from iso (takes up to 5 minutes)"
initrd (loop)/live/initrd.img
echo "Starting 32 bit GParted kernel"
......@@ -119,7 +119,7 @@ menuentry "Tool: 64bit GParted Live CD (laeuft im RAM -> mindestens 224MB)" {
# Hint: remove "toram=..." to make it work with 128mb ram
loopback loop ($root)/gparted-live-x86_64.iso
echo "Loading 64 bit GParted kernel (takes up to 2 minutes)"
linux (loop)/live/vmlinuz boot=live config noswap noprompt nosplash findiso=gparted-live-amd64.iso toram=filesystem.squashfs
linux (loop)/live/vmlinuz boot=live config noswap noprompt nosplash findiso=gparted-live-x86_64.iso toram=filesystem.squashfs
echo "Loading initrd from iso (takes up to 5 minutes)"
initrd (loop)/live/initrd.img
echo "Starting 64 bit GParted kernel"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment