Update osbuild/images to v0.79.0
Signed-off-by: Tomáš Hozza <thozza@redhat.com>
This commit is contained in:
parent
9fcbcdb5dc
commit
62d8ad4efe
340 changed files with 15526 additions and 2999 deletions
2
vendor/github.com/osbuild/images/pkg/disk/disk.go
generated
vendored
2
vendor/github.com/osbuild/images/pkg/disk/disk.go
generated
vendored
|
|
@ -114,7 +114,7 @@ type Mountable interface {
|
|||
GetFSSpec() FSSpec
|
||||
|
||||
// GetFSTabOptions returns options for mounting the entity.
|
||||
GetFSTabOptions() FSTabOptions
|
||||
GetFSTabOptions() (FSTabOptions, error)
|
||||
}
|
||||
|
||||
// A MountpointCreator is a container that is able to create new volumes.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue