Skip to content

Commit

Permalink
fix isseq in wimboot kernel select
Browse files Browse the repository at this point in the history
  • Loading branch information
ashlcx committed Nov 23, 2024
1 parent 249439d commit e698c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/netbootxyz/templates/menu/windows.ipxe.j2
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ isset ${win_base_url} && goto boot || echo URL not set... && goto url_set

:boot
imgfree
iseq ${win_arch} arm64 kernel {{ wimboot_arm_location }} || kernel {{ wimboot_location }}
iseq ${win_arch} arm64 && kernel {{ wimboot_arm_location }} || kernel {{ wimboot_location }}
initrd -n bootmgr ${win_base_url}/${win_arch}/bootmgr bootmgr ||
initrd -n bootmgr.efi ${win_base_url}/${win_arch}/bootmgr.efi bootmgr.efi ||
initrd -n bcd ${win_base_url}/${win_arch}/boot/bcd bcd ||
Expand Down

0 comments on commit e698c4b

Please sign in to comment.