From: Daan De Meyer Date: Sun, 11 Jun 2023 18:03:30 +0000 (+0200) Subject: arch: Drop useless options from config X-Git-Tag: v15~115^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fc4e827cbff0df8ffd7f32a6a1a6736f09b7cf6;p=thirdparty%2Fmkosi.git 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. --- 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