mirror of
https://abf.rosa.ru/djam/livecd-tools.git
synced 2025-02-23 15:42:58 +00:00
Log result of 'rpm -Va'
This commit is contained in:
parent
2235c87e7d
commit
b2c06f8622
1 changed files with 4 additions and 0 deletions
|
@ -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 || :
|
||||
|
|
Loading…
Add table
Reference in a new issue