Forráskód Böngészése

boot test debugging missed varible names

thelamer 5 éve
szülő
commit
92d1833db9
1 módosított fájl, 2 hozzáadás és 2 törlés
  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