1
0
mirror of https://git.libreschool.org/paspo/brasatore.git synced 2025-11-05 12:56:56 +00:00

ipxe menu splittato

This commit is contained in:
2023-10-28 00:51:13 +02:00
parent 08699e9e43
commit 0c4622974a
18 changed files with 123 additions and 119 deletions

View File

@@ -39,3 +39,21 @@
group: root
mode: "0644"
become: true
- name: IPXE boot menu
copy:
src: ../../../boot.ipxe
dest: /srv/pxe/boot.ipxe
owner: root
group: root
mode: "0644"
become: true
- name: IPXE boot menu items
copy:
src: ../../../menu/
dest: /srv/pxe/menu/
owner: root
group: root
mode: "0644"
become: true