Fix typo in RootFilesystemUUID
RootFilesystemUUDI -> RootFilesystemUUID
This commit is contained in:
parent
6603ae8d74
commit
f5cf649511
6 changed files with 6 additions and 6 deletions
|
|
@ -779,7 +779,7 @@ func (r *Fedora32) rawFSAssembler(filename string, size uint64) *osbuild.Assembl
|
|||
return osbuild.NewRawFSAssembler(
|
||||
&osbuild.RawFSAssemblerOptions{
|
||||
Filename: filename,
|
||||
RootFilesystemUUDI: id,
|
||||
RootFilesystemUUID: id,
|
||||
Size: size,
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue