From d9ae9e432d7e9fab4eda064bcb54201e98e55ff4 Mon Sep 17 00:00:00 2001
From: Christopher <christopher.spinrath@rwth-aachen.de>
Date: Sat, 21 Mar 2015 23:02:21 +0100
Subject: [PATCH] grub.cfg: Fix references to gparted images since they have
 been renamed

---
 grub/grub.cfg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/grub/grub.cfg b/grub/grub.cfg
index d19a100..d60ac71 100644
--- a/grub/grub.cfg
+++ b/grub/grub.cfg
@@ -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"
-- 
GitLab