From 2fc4e827cbff0df8ffd7f32a6a1a6736f09b7cf6 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Sun, 11 Jun 2023 20:03:30 +0200 Subject: [PATCH] arch: Drop useless options from config CheckSpace isn't really useful as we'll just fail a little later while unpacking or installing packages. HoldPkg isn't useful either as there's no chance of breaking the system by uninstalling packages when we're just building an image. --- mkosi/distributions/arch.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/mkosi/distributions/arch.py b/mkosi/distributions/arch.py index 537c2aa87..0e06557cf 100644 --- a/mkosi/distributions/arch.py +++ b/mkosi/distributions/arch.py @@ -70,8 +70,6 @@ def setup_pacman(state: MkosiState) -> None: dedent( f"""\ [options] - HoldPkg = pacman glibc - CheckSpace SigLevel = {sig_level} ParallelDownloads = 5 -- 2.47.3