Skip to content

Commit

Permalink
Merge pull request #364 from os-autoinst/nbxyz
Browse files Browse the repository at this point in the history
Use correct netboot.xyz images
  • Loading branch information
asdil12 authored Jan 9, 2025
2 parents 40ea78a + 58524ab commit 36e5d3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ipxe/menu.ipxe
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ set initrd
goto editandboot

:nbxyz
iseq ${platform} pcbios && chain --autofree http://boot.netboot.xyz/ipxe/netboot.xyz.lkrn ||
iseq ${buildarch} arm64 && chain --autofree http://boot.netboot.xyz/ipxe/netboot.xyz-arm64.efi ||
chain --autofree http://boot.netboot.xyz/ipxe/netboot.xyz.efi
iseq ${platform} pcbios && chain --autofree http://boot.netboot.xyz/ipxe/netboot.xyz-undionly.kpxe ||
iseq ${buildarch} arm64 && chain --autofree http://boot.netboot.xyz/ipxe/netboot.xyz-arm64-snponly.efi ||
chain --autofree http://boot.netboot.xyz/ipxe/netboot.xyz-snponly.efi

:leapS1aarch64auto
set kernel http://download.opensuse.org/distribution/leap/15.6/repo/oss/boot/aarch64/linux
Expand Down

0 comments on commit 36e5d3e

Please sign in to comment.