mirror of
https://git.libreschool.org/paspo/brasatore.git
synced 2024-11-24 15:18:44 +00:00
rinominato boot.txt in boot.ipxe
This commit is contained in:
parent
a2bcf89798
commit
4cf792aff3
@ -32,8 +32,8 @@
|
|||||||
|
|
||||||
- name: IPXE boot menu
|
- name: IPXE boot menu
|
||||||
copy:
|
copy:
|
||||||
src: ../../../boot.txt
|
src: ../../../boot.ipxe
|
||||||
dest: /srv/pxe/boot.txt
|
dest: /srv/pxe/boot.ipxe
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
mode: "0644"
|
mode: "0644"
|
||||||
|
@ -2,4 +2,4 @@ dhcp-match=set:bios,option:client-arch,0
|
|||||||
dhcp-boot=tag:bios,undionly.kpxe
|
dhcp-boot=tag:bios,undionly.kpxe
|
||||||
dhcp-boot=tag:!bios,ipxe.efi
|
dhcp-boot=tag:!bios,ipxe.efi
|
||||||
dhcp-match=ipxe,175
|
dhcp-match=ipxe,175
|
||||||
dhcp-boot=net:ipxe,http://{{ lan_ip }}/boot.txt
|
dhcp-boot=net:ipxe,http://{{ lan_ip }}/boot.ipxe
|
||||||
|
Loading…
Reference in New Issue
Block a user