소스 검색

add init setting

thelamer 5 년 전
부모
커밋
83a7423382
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      roles/netbootxyz/templates/menu/live-neon.ipxe

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

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