Explorar el Código

boot test debugging missed varible names

thelamer hace 5 años
padre
commit
92d1833db9
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      roles/netbootxyz/templates/menu/live-fatdog.ipxe.j2

+ 2 - 2
roles/netbootxyz/templates/menu/live-fatdog.ipxe.j2

@@ -27,8 +27,8 @@ goto boot
 
 :boot
 imgfree
-kernel ${kernel_url}vmlinuz rootfstype=ramfs initrd=initrd
-initrd ${kernel_url}initrd
+kernel ${url}vmlinuz rootfstype=ramfs initrd=initrd
+initrd ${url}initrd
 boot
 
 :live_exit