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
0faba673
Unverified
Commit
0faba673
authored
Sep 14, 2020
by
David P
Committed by
GitHub
Sep 14, 2020
Browse files
fix Parabola systemd-boot loader (#473)
parent
3c649b28
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
INSTALL/grub/grub.cfg
INSTALL/grub/grub.cfg
+7
-1
No files found.
INSTALL/grub/grub.cfg
View file @
0faba673
...
@@ -493,6 +493,12 @@ function uefi_linux_menu_func {
...
@@ -493,6 +493,12 @@ function uefi_linux_menu_func {
elif [ -f (loop)/boot/initramfs_x86_64.img ]; then
elif [ -f (loop)/boot/initramfs_x86_64.img ]; then
vt_add_replace_file $vtindex "boot\\initramfs_x86_64.img"
vt_add_replace_file $vtindex "boot\\initramfs_x86_64.img"
fi
fi
elif [ -d (loop)/parabola ]; then
if [ -f (loop)/parabola/boot/x86_64/parabola.img ]; then
vt_add_replace_file $vtindex "EFI\\parabola\\parabola.img"
elif [ -f (loop)/boot/initramfs_x86_64.img ]; then
vt_add_replace_file $vtindex "boot\\initramfs_x86_64.img"
fi
elif [ -f (loop)/EFI/BOOT/initrd.gz ]; then
elif [ -f (loop)/EFI/BOOT/initrd.gz ]; then
vt_add_replace_file $vtindex "EFI\\BOOT\\initrd.gz"
vt_add_replace_file $vtindex "EFI\\BOOT\\initrd.gz"
elif [ -f (loop)/loader/entries/thinstation.conf ]; then
elif [ -f (loop)/loader/entries/thinstation.conf ]; then
...
@@ -508,7 +514,7 @@ function uefi_linux_menu_func {
...
@@ -508,7 +514,7 @@ function uefi_linux_menu_func {
fi
fi
elif [ -d (loop)/EFI/BOOT/entries ]; then
elif [ -d (loop)/EFI/BOOT/entries ]; then
if [ -f (loop)/parabola/boot/x86_64/parabolaiso.img ]; then
if [ -f (loop)/parabola/boot/x86_64/parabolaiso.img ]; then
vt_add_replace_file 0 "EFI\\parabolaiso\\parabolaiso.img"
vt_add_replace_file 0 "EFI\\parabolaiso\\parabolaiso.img"
fi
fi
elif [ -e (loop)/syslinux/alt0/full.cz ]; then
elif [ -e (loop)/syslinux/alt0/full.cz ]; then
vt_add_replace_file 0 "EFI\\BOOT\\full.cz"
vt_add_replace_file 0 "EFI\\BOOT\\full.cz"
...
...
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