|
@@ -8,8 +8,12 @@
|
|
|
- colour.h
|
|
|
- console.h
|
|
|
- crypto.h
|
|
|
- - general.h
|
|
|
|
|
|
+ - name: Copy netboot.xyz general.h.efi iPXE config
|
|
|
+ copy:
|
|
|
+ src: "ipxe/local/general.h.efi"
|
|
|
+ dest: "{{ ipxe_source_dir }}/src/config/local/general.h"
|
|
|
+
|
|
|
- name: Set trust file to ipxe ca
|
|
|
set_fact:
|
|
|
trust_files: "{{ cert_dir }}/{{ ipxe_ca_filename }}"
|
|
@@ -50,4 +54,4 @@
|
|
|
src: "{{ ipxe_source_dir }}/src/bin-x86_64-linux/slirp.linux"
|
|
|
dest: "{{ netbootxyz_root }}/ipxe/{{ bootloader_filename }}-linux.bin"
|
|
|
remote_src: True
|
|
|
- when: bootloader_filename != "netboot.xyz-packet"
|
|
|
+ when: bootloader_filename != "netboot.xyz-packet"
|