Skip to content

Commit

Permalink
Custom Branding Support and updated default logo (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
bencorrado authored Oct 10, 2024
1 parent 3c4a43f commit 0f11b7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/ukify.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ var createUkify = &cobra.Command{
PCRKey: viper.GetString("pcr-key"),
SBKey: viper.GetString("sb-key"),
SBCert: viper.GetString("sb-cert"),
Splash: viper.GetString("splash"),
Phases: parsedPhases,
}

Expand All @@ -70,6 +71,7 @@ func init() {
createUkify.Flags().StringP("output-sdboot", "", "sdboot.signed.efi", "sdboot output.")
createUkify.Flags().StringP("output-uki", "", "uki.signed.efi", "uki artifact output.")
createUkify.Flags().StringP("phases", "", "enter-initrd:leave-initrd:sysinit:ready", "phases to measure for, separated by : and in order of measurement")
createUkify.Flags().String("splash", "", "", "Path to the custom logo splash BMP file.")
createUkify.Flags().Bool("debug", false, "Enable debug output")

_ = createUkify.MarkFlagRequired("sd-stub-path")
Expand Down
Binary file modified internal/common/ukify.bmp
Binary file not shown.

0 comments on commit 0f11b7a

Please sign in to comment.