[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#43881] [PATCH 2/2] install: Deduplicate packages with %base-package
From: |
Ludovic Courtès |
Subject: |
[bug#43881] [PATCH 2/2] install: Deduplicate packages with %base-package sets. |
Date: |
Wed, 14 Oct 2020 11:19:05 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) |
Efraim Flashner <efraim@flashner.co.il> skribis:
> * gnu/system.scm (%base-packages-interactive): Add nvi.
> * gnu/system/install.scm (installation-os)[packages]: Remove parted,
> gptfdisk, ddrescue, cryptsetup, mdadm, dosfstools, btrfs-progs,
> f2fs-tools, jfstools, openssh, wireless-tools, iw,
> wpa-supplicant-minimal, iproute, bash-completion, nvi. Replace glibc
> with the canonical-package of glibc. Add %base-packages-disk-utils.
>
> remove wpa-supplicant-minimal
> replace glibc with canonical-pacakge glibc
These two lines are a leftover?
I think we want to keep ‘wpa-supplicant-minimal’ and keep ‘glibc’, not
the canonical-package variant (it would prevent cross-compilation).
Apart from that, if that leaves the package set unchanged, LGTM!
Ludo’.