From 9af0870693b5c589b92fae84ad12b4daa08d9544 Mon Sep 17 00:00:00 2001 From: Stephane Armanet <stephanearmanet@esss.lu.se> Date: Fri, 22 Sep 2023 16:09:35 +0200 Subject: [PATCH] fix relative path to grub modules for legay BIOS boot - wrong link --- tasks/setup-pxe.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/setup-pxe.yml b/tasks/setup-pxe.yml index 8b61587..056933a 100644 --- a/tasks/setup-pxe.yml +++ b/tasks/setup-pxe.yml @@ -69,7 +69,7 @@ - name: create symlink to BIOS grub2 folder file: src: "boot/grub2" - dest: "{{ tftp_root }}/grub" + dest: "{{ tftp_root }}/grub2" state: link owner: root -- GitLab