fn check_resolvconf(storage: &Storage) -> Result<Result<(), FsckError>>Expand description
See https://github.com/bootc-dev/bootc/pull/1096 and https://github.com/containers/bootc/pull/1167 Basically verify that if /usr/etc/resolv.conf exists, it is not a zero-sized file that was probably injected by buildah and that bootc should have removed.
Note that this fsck check can fail for systems upgraded from old bootc right now, as we need the new bootc to fix it.
But at the current time fsck is an experimental feature that we should only be running in our CI.