]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
arch: Drop useless options from config
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Sun, 11 Jun 2023 18:03:30 +0000 (20:03 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Sun, 11 Jun 2023 18:03:30 +0000 (20:03 +0200)
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

index 537c2aa87262e1d284c82e1f357f62fa28eade8b..0e06557cf7aee432280b8e646e2757e7363c5db0 100644 (file)
@@ -70,8 +70,6 @@ def setup_pacman(state: MkosiState) -> None:
             dedent(
                 f"""\
                 [options]
-                HoldPkg = pacman glibc
-                CheckSpace
                 SigLevel = {sig_level}
                 ParallelDownloads = 5