From: Daan De Meyer Date: Wed, 3 Sep 2025 10:25:51 +0000 (+0200) Subject: apt: Fix preferences origin X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F3890%2Fhead;p=thirdparty%2Fmkosi.git 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 --- 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 """ )