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

Sync gparted file names with lipck

parent ddffe8e4
No related branches found
No related tags found
No related merge requests found
......@@ -107,7 +107,7 @@ menuentry "Tool: Check ${bits}bit install medium for defects" {
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-i486.iso
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
echo "Loading initrd from iso (takes up to 5 minutes)"
......@@ -117,7 +117,7 @@ menuentry "Tool: 32bit GParted Live CD (laeuft im RAM -> mindestens 224MB)" {
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-amd64.iso
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
echo "Loading initrd from iso (takes up to 5 minutes)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment