prepare-root.sh: exclude dnf from --remove
This commit is contained in:
parent
a87f912b65
commit
72f3b16c35
|
@ -779,6 +779,7 @@ dnf -v \
|
||||||
--releasever "$RELEASEVER" \
|
--releasever "$RELEASEVER" \
|
||||||
--setopt=keepcache=True \
|
--setopt=keepcache=True \
|
||||||
--setopt=reposdir="$REPOSD" \
|
--setopt=reposdir="$REPOSD" \
|
||||||
|
--exclude="dnf" \
|
||||||
remove -y \
|
remove -y \
|
||||||
libfaketime \
|
libfaketime \
|
||||||
selinux-policy-devel
|
selinux-policy-devel
|
||||||
|
|
Loading…
Reference in a new issue