From 1a39472734cf3f454830682526fd85c515947f9c Mon Sep 17 00:00:00 2001 From: James Shubin Date: Tue, 3 Sep 2024 14:48:38 -0400 Subject: [PATCH] lang: core: embedded: provisioner: Sometimes this is used We need better overview of all the PXE/netboot stuff, probably we should read a spec, but until an expert comes along, we'll have to proceed incrementally. --- lang/core/embedded/provisioner/main.mcl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lang/core/embedded/provisioner/main.mcl b/lang/core/embedded/provisioner/main.mcl index 58a6764a..6d947371 100644 --- a/lang/core/embedded/provisioner/main.mcl +++ b/lang/core/embedded/provisioner/main.mcl @@ -309,11 +309,11 @@ class base:repo($config) { Depend => Exec["uefi-extract-${uid}"], } - #tftp:file "/uefi/grubx64.efi" { # not used - # path => "${uefi_root}grubx64.efi", # TODO: add autoedges - # - # Depend => Exec["uefi-extract-${uid}"], - #} + tftp:file "/uefi/grubx64.efi" { # sometimes used? + path => "${uefi_root}grubx64.efi", # TODO: add autoedges + + Depend => Exec["uefi-extract-${uid}"], + } tftp:file "grubx64.efi" { # no leading slash path => "${uefi_root}grubx64.efi", # TODO: add autoedges