Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
Try uppercasing UUID
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Maslowski <[email protected]>
  • Loading branch information
orangecms committed May 24, 2021
1 parent 796acbe commit 806c3e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmds/webboot/webboot.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ func (i *ISO) exec(uiEvents <-chan ui.Event, boot bool) error {
}

var kernelParams bytes.Buffer
cacheDev.UUID = strings.ToUpper(cacheDev.UUID)
if err = paramTemplate.Execute(&kernelParams, cacheDev); err != nil {
return err
}
Expand Down

0 comments on commit 806c3e2

Please sign in to comment.