Explorar o código

Fix routing bug on arch types

Antony Messerli %!s(int64=3) %!d(string=hai) anos
pai
achega
181b334096
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      roles/netbootxyz/templates/menu/boot.cfg.j2

+ 1 - 1
roles/netbootxyz/templates/menu/boot.cfg.j2

@@ -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