remove with excluded pkglist
This commit is contained in:
parent
72f3b16c35
commit
329547340c
|
@ -779,7 +779,7 @@ dnf -v \
|
||||||
--releasever "$RELEASEVER" \
|
--releasever "$RELEASEVER" \
|
||||||
--setopt=keepcache=True \
|
--setopt=keepcache=True \
|
||||||
--setopt=reposdir="$REPOSD" \
|
--setopt=reposdir="$REPOSD" \
|
||||||
--exclude="dnf" \
|
--exclude="dnf $PKGLIST" \
|
||||||
remove -y \
|
remove -y \
|
||||||
libfaketime \
|
libfaketime \
|
||||||
selinux-policy-devel
|
selinux-policy-devel
|
||||||
|
|
Loading…
Reference in a new issue