|
@@ -27,7 +27,8 @@
|
|
- name: Compile iPXE Linux bootloader for Legacy BIOS
|
|
- name: Compile iPXE Linux bootloader for Legacy BIOS
|
|
ansible.builtin.shell: |
|
|
ansible.builtin.shell: |
|
|
make clean
|
|
make clean
|
|
- make EMBED={{ bootloader_filename }} \
|
|
|
|
|
|
+ make -j{{ make_num_jobs }} \
|
|
|
|
+ EMBED={{ bootloader_filename }} \
|
|
TRUST={{ trust_files }} \
|
|
TRUST={{ trust_files }} \
|
|
bin-x86_64-linux/slirp.linux
|
|
bin-x86_64-linux/slirp.linux
|
|
args:
|
|
args:
|
|
@@ -37,7 +38,8 @@
|
|
- name: Compile iPXE Linux bootloader for Legacy BIOS with debug flags
|
|
- name: Compile iPXE Linux bootloader for Legacy BIOS with debug flags
|
|
ansible.builtin.shell: |
|
|
ansible.builtin.shell: |
|
|
make clean
|
|
make clean
|
|
- make EMBED={{ bootloader_filename }} \
|
|
|
|
|
|
+ make -j{{ make_num_jobs }} \
|
|
|
|
+ EMBED={{ bootloader_filename }} \
|
|
DEBUG={{ ipxe_debug_options }} \
|
|
DEBUG={{ ipxe_debug_options }} \
|
|
TRUST={{ trust_files }} \
|
|
TRUST={{ trust_files }} \
|
|
bin-x86_64-linux/slirp.linux
|
|
bin-x86_64-linux/slirp.linux
|