mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-20 05:51:46 -04:00
image: use dissect from nix (#2558)
This commit is contained in:
parent
ac4ac6a148
commit
4fe51cd5f4
2 changed files with 4 additions and 9 deletions
|
@ -23,7 +23,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
ukiPath = "/efi/EFI/BOOT/BOOTX64.EFI"
|
||||
ukiPath = "/boot/EFI/BOOT/BOOTX64.EFI"
|
||||
)
|
||||
|
||||
func precalculatePCRs(fs afero.Fs, dissectToolchain, imageFile string) (*measure.Simulator, error) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue