Skip to content

Commit

Permalink
images: Disable PerSourcePenalties on fedora-coreos
Browse files Browse the repository at this point in the history
Similar to commit 3681557.
  • Loading branch information
martinpitt committed Nov 15, 2024
1 parent 3251239 commit 994f187
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions images/scripts/ostree.setup
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ done

! test -e /etc/kdump.conf || echo "force_no_rebuild 1" >>/etc/kdump.conf

# Disable PerSourcePenalties, they interfere with the rapid failed
# logins performed by some tests.
echo "PerSourcePenalties no" >/etc/ssh/sshd_config.d/99-no-penalties.conf

# reduce image size
rpm-ostree cleanup --repomd
/var/lib/testvm/zero-disk.setup

0 comments on commit 994f187

Please sign in to comment.