Skip to content

Commit

Permalink
Fix routing bug on arch types
Browse files Browse the repository at this point in the history
  • Loading branch information
antonym authored Aug 28, 2021
1 parent 759d76e commit 181b334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/netbootxyz/templates/menu/boot.cfg.j2
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ set menu_freedos 1
set menu_live 1
set menu_windows 1
set menu_utils 1
iseq ${buildarch} i386 && goto x86_64 ||
iseq ${buildarch} i386 && goto i386 ||
iseq ${buildarch} x86_64 && goto x86_64 ||
iseq ${buildarch} arm64 && goto arm64 ||
goto architectures_end
Expand Down

0 comments on commit 181b334

Please sign in to comment.