fix Parabola EFI booting (#508)

pull/500/head
David P 4 years ago committed by GitHub
parent 82a8b59bc7
commit 906dc4cd41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -500,10 +500,8 @@ function uefi_linux_menu_func {
vt_add_replace_file $vtindex "boot\\initramfs_x86_64.img"
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"
if [ -f (loop)/parabola/boot/x86_64/parabolaiso.img ]; then
vt_add_replace_file $vtindex "EFI\\parabolaiso\\parabolaiso.img"
fi
elif [ -f (loop)/EFI/BOOT/initrd.gz ]; then
vt_add_replace_file $vtindex "EFI\\BOOT\\initrd.gz"

Loading…
Cancel
Save