Writes and verify image
This commit is contained in:
7
clitools/pkg/controller/osimage/verify_unsafe.go
Normal file
7
clitools/pkg/controller/osimage/verify_unsafe.go
Normal file
@@ -0,0 +1,7 @@
|
||||
//go:build dev
|
||||
|
||||
package osimage
|
||||
|
||||
func CheckTargetSafe(targetPath string, expectedRawSize int64) error {
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user