diff --git a/debian/changelog b/debian/changelog index c5c721fd..9fa7ec96 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +livecd-rootfs (2.525.7) UNRELEASED; urgency=medium + + * Disable journald rate limiting in the live-server live session. + (LP: #1776891) + + -- Michael Hudson-Doyle Tue, 14 Aug 2018 21:41:53 -0700 + livecd-rootfs (2.525.6) bionic; urgency=medium [ Steve Langasek ] diff --git a/live-build/ubuntu-server/includes.binary/overlay/etc/systemd/journald.conf.d/no-rate-limit.conf b/live-build/ubuntu-server/includes.binary/overlay/etc/systemd/journald.conf.d/no-rate-limit.conf new file mode 100644 index 00000000..1d8af89a --- /dev/null +++ b/live-build/ubuntu-server/includes.binary/overlay/etc/systemd/journald.conf.d/no-rate-limit.conf @@ -0,0 +1 @@ +RateLimitIntervalSec=0