소스 검색

Add imgfree to talos

Antony Messerli 4 년 전
부모
커밋
9ef9dfe792
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      roles/netbootxyz/templates/menu/talos.ipxe.j2

+ 1 - 0
roles/netbootxyz/templates/menu/talos.ipxe.j2

@@ -70,6 +70,7 @@ goto talos
 isset ${talos_base_url} || set talos_base_url ${talos_mirror}/latest/download
 isset ${talos_config_url} && set talos_config talos.config=${talos_config_url} ||
 set boot_params initrd=initramfs.xz page_poison=1 printk.devkmsg=on slab_nomerge slub_debug=P pti=on talos.platform=${talos_platform} ${console_arg} ${talos_config}
+imgfree
 kernel ${talos_base_url}/vmlinuz ${boot_params}
 initrd ${talos_base_url}/initramfs.xz
 echo