From 4cf792aff35ecc1304a7722ee4ce6ec9fcc66232 Mon Sep 17 00:00:00 2001 From: paspo Date: Fri, 27 Oct 2023 12:07:40 +0200 Subject: [PATCH] rinominato boot.txt in boot.ipxe --- boot.txt => boot.ipxe | 0 roles/pxeserver/tasks/ipxe.yml | 4 ++-- roles/pxeserver/templates/dnsmasq/pxe | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename boot.txt => boot.ipxe (100%) 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