浏览代码

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_base_url} || set talos_base_url ${talos_mirror}/latest/download
 isset ${talos_config_url} && set talos_config talos.config=${talos_config_url} ||
 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}
 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}
 kernel ${talos_base_url}/vmlinuz ${boot_params}
 initrd ${talos_base_url}/initramfs.xz
 initrd ${talos_base_url}/initramfs.xz
 echo
 echo