diff --git a/lang/core/embedded/provisioner/main.mcl b/lang/core/embedded/provisioner/main.mcl index 58a6764a9..6d9473719 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