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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user