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:
@@ -309,11 +309,11 @@ class base:repo($config) {
|
|||||||
|
|
||||||
Depend => Exec["uefi-extract-${uid}"],
|
Depend => Exec["uefi-extract-${uid}"],
|
||||||
}
|
}
|
||||||
#tftp:file "/uefi/grubx64.efi" { # not used
|
tftp:file "/uefi/grubx64.efi" { # sometimes used?
|
||||||
# path => "${uefi_root}grubx64.efi", # TODO: add autoedges
|
path => "${uefi_root}grubx64.efi", # TODO: add autoedges
|
||||||
#
|
|
||||||
# Depend => Exec["uefi-extract-${uid}"],
|
Depend => Exec["uefi-extract-${uid}"],
|
||||||
#}
|
}
|
||||||
tftp:file "grubx64.efi" { # no leading slash
|
tftp:file "grubx64.efi" { # no leading slash
|
||||||
path => "${uefi_root}grubx64.efi", # TODO: add autoedges
|
path => "${uefi_root}grubx64.efi", # TODO: add autoedges
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user