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