]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mkosi: Remove /etc/default/keyboard if it exists
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Sun, 5 May 2024 18:46:59 +0000 (20:46 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 6 May 2024 08:56:45 +0000 (10:56 +0200)
Required to make TEST-73-LOCALE pass on Ubuntu.

mkosi.images/system/mkosi.postinst.chroot

index 8b7aff1b56f7135d9080b58b421a95f9ae702494..5683d5ca53bfbce0895bcbf4c18a6bcc07218137 100755 (executable)
@@ -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