소스 검색

Merge pull request #460 from netbootxyz/elementary-fix

need ubiquity kernel command line for installer to start properly
Antony Messerli 5 년 전
부모
커밋
601f8a3e31
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      roles/netbootxyz/templates/menu/live-elementary.ipxe.j2

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

@@ -27,7 +27,7 @@ goto boot
 
 :boot
 imgfree
-kernel ${kernel_url}vmlinuz ip=dhcp boot=casper netboot=http fetch=${squash_url} initrd=initrd
+kernel ${kernel_url}vmlinuz ip=dhcp boot=casper maybe-ubiquity netboot=http fetch=${squash_url} initrd=initrd
 initrd ${kernel_url}initrd
 boot