diff --git a/molecule.go b/molecule.go index 5ba3497..7da19f2 100644 --- a/molecule.go +++ b/molecule.go @@ -61,6 +61,11 @@ func (m Molecule) mountUnderlyingAtoms() error { if err != nil { return err } + err = squashfs.ConfirmExistingVerityDeviceCurrentValidity(mountpoint.Source, + rootHash) + if err != nil { + return err + } } continue }