Explorar el Código

Fix routing bug on arch types

Antony Messerli hace 3 años
padre
commit
181b334096
Se han modificado 1 ficheros con 1 adiciones y 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