mirror of
https://github.com/containers/skopeo.git
synced 2025-09-26 12:44:55 +00:00
Vendor after merging c/image#536
... which adds blob info caching Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
2
vendor/github.com/containers/storage/drivers/devmapper/deviceset.go
generated
vendored
2
vendor/github.com/containers/storage/drivers/devmapper/deviceset.go
generated
vendored
@@ -2401,7 +2401,7 @@ func (devices *DeviceSet) MountDevice(hash, path string, moptions graphdriver.Mo
|
||||
addNouuid := strings.Contains("nouuid", mountOptions)
|
||||
mountOptions = strings.Join(moptions.Options, ",")
|
||||
if addNouuid {
|
||||
mountOptions = fmt.Sprintf("nouuid,", mountOptions)
|
||||
mountOptions = fmt.Sprintf("nouuid,%s", mountOptions)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user