Skip to content

Commit 21b3225

Browse files
committed
updated another
1 parent 9d3a68c commit 21b3225

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/image/imageos/imageos.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1239,7 +1239,7 @@ func buildUKI(installRoot, kernelPath, initrdPath, cmdlineFile, outputPath strin
12391239
} else {
12401240
_, err = shell.ExecCmd(cmd, true, installRoot, nil)
12411241
if err != nil {
1242-
log.Errorf("Failed to build UKI: %v", err)
1242+
log.Errorf("non-immutable: Failed to build UKI: %v failing command %s", err, cmd)
12431243
err = fmt.Errorf("failed to build UKI: %w", err)
12441244
}
12451245
}

0 commit comments

Comments
 (0)