Skip to content

Commit

Permalink
Fix boot section of fedora
Browse files Browse the repository at this point in the history
Fixes could not boot issue reported by
#1300
  • Loading branch information
antonym committed Oct 11, 2023
1 parent 1c5d262 commit 507ad8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/netbootxyz/templates/menu/fedora.ipxe.j2
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ set params inst.ks=${ks_url} ||
clear bt
goto boottype

:boot
:bootos_images
imgfree
kernel ${fedora_mirror}/${dir}/images/pxeboot/vmlinuz inst.repo=${fedora_mirror}/${dir} ${install_mode} ${params} ${ipparam} {{ kernel_params }}
initrd ${fedora_mirror}/${dir}/images/pxeboot/initrd.img
Expand Down

0 comments on commit 507ad8f

Please sign in to comment.