Skip to content

Commit

Permalink
TEST: force initrd seed directory
Browse files Browse the repository at this point in the history
Signed-off-by: Ondrej Kubik <[email protected]>
  • Loading branch information
kubiko committed Jan 31, 2025
1 parent c175b42 commit f66e03c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boot/seal.go
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ func resealKeyToModeenvUsingFDESetupHookImpl(rootdir string, modeenv *Modeenv, e
return nil
}

var SeedDir = dirs.SnapSeedDir
var SeedDir = InitramfsUbuntuSeedDir

// TODO:UC20: allow more than one model to accommodate the remodel scenario
func resealKeyToModeenvSecboot(rootdir string, modeenv *Modeenv, expectReseal bool) error {
Expand Down

0 comments on commit f66e03c

Please sign in to comment.