diff --git a/boot.txt b/boot.ipxe similarity index 100% rename from boot.txt rename to boot.ipxe diff --git a/roles/pxeserver/tasks/ipxe.yml b/roles/pxeserver/tasks/ipxe.yml index f01656d..a17a029 100644 --- a/roles/pxeserver/tasks/ipxe.yml +++ b/roles/pxeserver/tasks/ipxe.yml @@ -32,8 +32,8 @@ - name: IPXE boot menu copy: - src: ../../../boot.txt - dest: /srv/pxe/boot.txt + src: ../../../boot.ipxe + dest: /srv/pxe/boot.ipxe owner: root group: root mode: "0644" diff --git a/roles/pxeserver/templates/dnsmasq/pxe b/roles/pxeserver/templates/dnsmasq/pxe index 6f80904..50a292b 100644 --- a/roles/pxeserver/templates/dnsmasq/pxe +++ b/roles/pxeserver/templates/dnsmasq/pxe @@ -2,4 +2,4 @@ dhcp-match=set:bios,option:client-arch,0 dhcp-boot=tag:bios,undionly.kpxe dhcp-boot=tag:!bios,ipxe.efi dhcp-match=ipxe,175 -dhcp-boot=net:ipxe,http://{{ lan_ip }}/boot.txt +dhcp-boot=net:ipxe,http://{{ lan_ip }}/boot.ipxe