Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lipstick
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
osak
lipstick
Commits
d9ae9e43
Commit
d9ae9e43
authored
10 years ago
by
Christopher
Browse files
Options
Downloads
Patches
Plain Diff
grub.cfg: Fix references to gparted images since they have been renamed
parent
538b33b2
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
grub/grub.cfg
+2
-2
2 additions, 2 deletions
grub/grub.cfg
with
2 additions
and
2 deletions
grub/grub.cfg
+
2
−
2
View file @
d9ae9e43
...
...
@@ -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-i
4
86.iso toram=filesystem.squashfs
linux
(loop)/live/vmlinuz
boot
=
live config noswap noprompt nosplash findiso=/gparted-live-i
6
86.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-
amd
64.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"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment