From 0a63ae3d7d7e43428aa4c3a8b44c823d9635a4f0 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Wed, 3 Sep 2025 12:25:51 +0200 Subject: [PATCH] apt: Fix preferences origin With the switch to apt-ftparchive, we need to switch our origin to \""\ which is the origin to use for a local packages repo. Follow up for cdd2d1570e256ef0aa122c079e55f093cc0df453 --- mkosi/installer/apt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkosi/installer/apt.py b/mkosi/installer/apt.py index 6c518e23e..76f747b90 100644 --- a/mkosi/installer/apt.py +++ b/mkosi/installer/apt.py @@ -318,7 +318,7 @@ class Apt(PackageManager): textwrap.dedent( """\ Package: * - Pin: origin mkosi + Pin: origin "" Pin-Priority: 1100 """ ) -- 2.47.3