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.
This commit is contained in:
James Shubin
2024-09-03 14:48:38 -04:00
parent bfa88e9b1c
commit 1a39472734

View File

@@ -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