diff --git a/urpmi-bootstrapper.sh b/urpmi-bootstrapper.sh index 85bdce3..32e7e60 100755 --- a/urpmi-bootstrapper.sh +++ b/urpmi-bootstrapper.sh @@ -122,3 +122,7 @@ process_packages # verify that really all of them have been installed. # Can't redirect to >/dev/null here, because errors are also in stdout. chroot "$rpmRoot" /bin/rpm -q ${packagesList_orig} + +# Perform a check +# TODO: we should fail if there are errors, but will just print to log for now +chroot "$rpmRoot" /bin/rpm -Va || :