Skip to content

Commit

Permalink
lang: core: embedded: provisioner: Sometimes this is used
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
purpleidea committed Sep 3, 2024
1 parent bfa88e9 commit 1a39472
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lang/core/embedded/provisioner/main.mcl
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1a39472

Please sign in to comment.