소스 검색

Kde neon update (#698)

* update kde neon to use 20.04 boot params
Ryan Kuba 4 년 전
부모
커밋
1cd741a04f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      roles/netbootxyz/templates/menu/live-neon.ipxe.j2

+ 1 - 1
roles/netbootxyz/templates/menu/live-neon.ipxe.j2

@@ -18,7 +18,7 @@ goto user-boot
 
 :user-boot
 imgfree
-kernel ${kernel_url}vmlinuz ip=dhcp boot=casper netboot=http fetch=${squash_url} initrd=initrd.lz ${cmdline}
+kernel ${kernel_url}vmlinuz ip=dhcp boot=casper netboot=url url=${squash_url} initrd=initrd.lz ${cmdline}
 initrd ${kernel_url}initrd.lz
 boot