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

Commit 806c3e2

Browse files
committed
Try uppercasing UUID
Signed-off-by: Daniel Maslowski <info@orangecms.org>
1 parent 796acbe commit 806c3e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmds/webboot/webboot.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ func (i *ISO) exec(uiEvents <-chan ui.Event, boot bool) error {
9898
}
9999

100100
var kernelParams bytes.Buffer
101+
cacheDev.UUID = strings.ToUpper(cacheDev.UUID)
101102
if err = paramTemplate.Execute(&kernelParams, cacheDev); err != nil {
102103
return err
103104
}

0 commit comments

Comments
 (0)