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 Apr 15, 2024
1 parent 98459a1 commit 9d98b26
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 9d98b26

Please sign in to comment.