From: Daan De Meyer Date: Sun, 5 May 2024 18:46:59 +0000 (+0200) Subject: mkosi: Remove /etc/default/keyboard if it exists X-Git-Tag: v256-rc2~97^2~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6817910e6fa1c0c79ea2d5a6f577c4f21f4e2ec7;p=thirdparty%2Fsystemd.git mkosi: Remove /etc/default/keyboard if it exists Required to make TEST-73-LOCALE pass on Ubuntu. --- diff --git a/mkosi.images/system/mkosi.postinst.chroot b/mkosi.images/system/mkosi.postinst.chroot index 8b7aff1b56f..5683d5ca53b 100755 --- a/mkosi.images/system/mkosi.postinst.chroot +++ b/mkosi.images/system/mkosi.postinst.chroot @@ -75,3 +75,6 @@ rm -r "$BUILDROOT/var/log/journal" rm -f /etc/nsswitch.conf cp "$SRCDIR/factory/etc/nsswitch.conf" /etc/nsswitch.conf + +# Remove to make TEST-73-LOCALE pass on Ubuntu. +rm -f /etc/default/keyboard