We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae0e86a commit 2b30a0aCopy full SHA for 2b30a0a
src/cmdlib.sh
@@ -739,7 +739,7 @@ runvm() {
739
EOF
740
741
# and include all GPG keys
742
- find /etc/pki/rpm-gpg/ -type f >> "${vmpreparedir}/hostfiles"
+ echo '/etc/pki/rpm-gpg/*' >> "${vmpreparedir}/hostfiles"
743
744
# the reason we do a heredoc here is so that the var substition takes
745
# place immediately instead of having to proxy them through to the VM
0 commit comments