Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dadigang
Ventoy
Commits
58b1bbe0
Commit
58b1bbe0
authored
Feb 14, 2022
by
longpanda
Browse files
Fix the issue when booting latest systemrescue
parent
86b13727
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
INSTALL/grub/grub.cfg
INSTALL/grub/grub.cfg
+3
-0
No files found.
INSTALL/grub/grub.cfg
View file @
58b1bbe0
...
@@ -362,6 +362,9 @@ function distro_specify_initrd_file_phase2 {
...
@@ -362,6 +362,9 @@ function distro_specify_initrd_file_phase2 {
vt_linux_specify_initrd_file /pyabr/boot/initrfs.img
vt_linux_specify_initrd_file /pyabr/boot/initrfs.img
elif [ -f (loop)/initrd0.img ]; then
elif [ -f (loop)/initrd0.img ]; then
vt_linux_specify_initrd_file /initrd0.img
vt_linux_specify_initrd_file /initrd0.img
elif [ -f (loop)/sysresccd/boot/i686/sysresccd.img ]; then
vt_linux_specify_initrd_file /sysresccd/boot/i686/sysresccd.img
fi
fi
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment