mirror of
https://abf.rosa.ru/djam/livecd-tools.git
synced 2025-02-23 15:42:58 +00:00
Verify that all packages have been installed
This commit is contained in:
parent
e88b1f92d8
commit
2235c87e7d
2 changed files with 6 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
Summary: Tools for building live CDs
|
||||
Name: livecd-tools
|
||||
Version: 21.1
|
||||
Release: 51
|
||||
Release: 52
|
||||
Epoch: 1
|
||||
License: GPLv2+
|
||||
Group: System/Base
|
||||
|
|
|
@ -117,3 +117,8 @@ fi
|
|||
packagesList="${packagesList_orig}"
|
||||
EXIT=1
|
||||
process_packages
|
||||
|
||||
# Now, when packages have been installed successfully,
|
||||
# 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}
|
||||
|
|
Loading…
Add table
Reference in a new issue