From 6817910e6fa1c0c79ea2d5a6f577c4f21f4e2ec7 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Sun, 5 May 2024 20:46:59 +0200 Subject: [PATCH] mkosi: Remove /etc/default/keyboard if it exists Required to make TEST-73-LOCALE pass on Ubuntu. --- mkosi.images/system/mkosi.postinst.chroot | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mkosi.images/system/mkosi.postinst.chroot b/mkosi.images/system/mkosi.postinst.chroot index 8b7aff1b56..5683d5ca53 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 -- 2.25.1