소스 검색

boot test debugging missed varible names

thelamer 5 년 전
부모
커밋
92d1833db9
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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