image: verbose debugging options (#1159)

This commit is contained in:
leongross 2023-02-24 14:25:39 +01:00 committed by GitHub
parent 6ae2bc9772
commit efc0cec4e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 95 additions and 8 deletions

View file

@ -134,6 +134,10 @@ func main() {
vtpm.OpenVTPM,
)
if err := setupManger.LogDevices(); err != nil {
log.With(zap.Error(err)).Fatalf("Failed to log devices")
}
// prepare the state disk
if mapper.IsLUKSDevice() {
// set up rejoin client